diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-02-01 20:25:22 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-02-01 20:25:22 +0000 |
commit | 2ac2b7cbf95576efed02b54fbde53ed939397b56 (patch) | |
tree | c4a84f85946578de643341f3a6a49978db140b9d /java | |
parent | 96ce5b8c904399b7ec4e5e8422a02131fabe6225 (diff) | |
parent | 577f338b20800283d9879fde1682dc22cadab441 (diff) |
Merge "This text is for dismiss button in dialog that's to dismiss the dialog after a call, instead of to hang up the call."
Diffstat (limited to 'java')
-rw-r--r-- | java/com/android/incallui/spam/res/values/strings.xml | 4 |
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> |