summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangqi <wangqi@google.com>2018-02-01 10:50:44 -0800
committerCopybara-Service <copybara-piper@google.com>2018-02-01 11:23:10 -0800
commit577f338b20800283d9879fde1682dc22cadab441 (patch)
treec4a84f85946578de643341f3a6a49978db140b9d
parent96ce5b8c904399b7ec4e5e8422a02131fabe6225 (diff)
This text is for dismiss button in dialog that's to dismiss the dialog after
a call, instead of to hang up the call. Bug: 72120616 Test: none PiperOrigin-RevId: 184162123 Change-Id: I20dbdb258ad0640fa4ed8cf6492549ba9c62eda6
-rw-r--r--java/com/android/incallui/spam/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/com/android/incallui/spam/res/values/strings.xml b/java/com/android/incallui/spam/res/values/strings.xml
index 02e7225a0..a07057db9 100644
--- a/java/com/android/incallui/spam/res/values/strings.xml
+++ b/java/com/android/incallui/spam/res/values/strings.xml
@@ -48,7 +48,7 @@
<!-- Text for the marking a call as not spam in the after call dialog. [CHAR LIMIT=40] -->
<string name="spam_notification_dialog_was_not_spam_action_text">Not spam</string>
- <!-- Label for "Dismiss" notification action. [CHAR LIMIT=12] -->
- <string name="spam_notification_action_dismiss">Decline</string>
+ <!-- Label for "Dismiss" dialog action. [CHAR LIMIT=12] -->
+ <string name="spam_notification_action_dismiss">Dismiss</string>
</resources>