diff options
-rw-r--r-- | java/com/android/incallui/spam/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/incallui/spam/res/values/strings.xml b/java/com/android/incallui/spam/res/values/strings.xml index 3248c69ac..e893f2afc 100644 --- a/java/com/android/incallui/spam/res/values/strings.xml +++ b/java/com/android/incallui/spam/res/values/strings.xml @@ -20,7 +20,7 @@ <!-- Title for the notification to the user after a call from an unknown number ends. [CHAR LIMIT=100] --> <string name="non_spam_notification_title">Know <xliff:g id="number">%1$s</xliff:g>?</string> <!-- Title for the notification to the user after a call from an spammer ends. [CHAR LIMIT=100] --> - <string name="spam_notification_title">Was <xliff:g id="number">%1$s</xliff:g> a spam call?</string> + <string name="spam_notification_title">Was <xliff:g id="number">%1$s</xliff:g> a spam caller?</string> <!-- Text for the toast shown after the user presses block/report spam. [CHAR LIMIT=100] --> <string name="spam_notification_block_report_toast_text"><xliff:g id="number">%1$s</xliff:g> blocked and call was reported as spam.</string> <!-- Text for the toast shown after the user presses not spam. [CHAR LIMIT=100] --> |