diff options
| -rw-r--r-- | core/res/res/values/strings.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index c3ae5fab7d8d..f38dcea284e5 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -3320,8 +3320,7 @@ [CHAR LIMIT=NONE] --> <string name="alert_windows_notification_message">If you don’t want <xliff:g id="name" example="Google Maps">%s</xliff:g> to use this feature, tap to open settings and turn it off.</string> <!-- Notification action to turn-off app displaying on-top of other apps. [CHAR LIMIT=20] --> - <string name="alert_windows_notification_turn_off_action">TURN OFF</string> - + <string name="alert_windows_notification_turn_off_action">Turn off</string> <!-- External media notification strings --> <skip /> |