diff options
| author | 2014-09-25 19:50:32 +0000 | |
|---|---|---|
| committer | 2014-09-25 19:50:33 +0000 | |
| commit | 91807556a812d6c46c654869fc699c454eb657d1 (patch) | |
| tree | bba6ae4fcbf15ca5765ef6173a1c6fe9b11bca84 | |
| parent | 820a08a55581d2f9c8d39c4e197250fb8ded5ab5 (diff) | |
| parent | 0eba732e3688e3756e106bcc982c0b358a70fc82 (diff) | |
Merge "Allow longer translations in the notification actions." into lmp-dev
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index e9a1acff87b0..48450ddfaf05 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -900,10 +900,10 @@ <!-- Body of notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=60] --> <string name="hidden_notifications_text">See them before you unlock</string> - <!-- Cancel action for notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=10] --> + <!-- Cancel action for notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=20] --> <string name="hidden_notifications_cancel">No thanks</string> - <!-- continue action for notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=10] --> + <!-- continue action for notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=20] --> <string name="hidden_notifications_setup">Set up</string> <!-- Indication that the current volume and other effects (vibration) are being suppressed by a third party, such as a notification listener. [CHAR LIMIT=30] --> |