diff options
author | Jorim Jaggi <jjaggi@google.com> | 2014-07-25 23:42:42 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-07-25 23:42:42 +0000 |
commit | 2332ad8c29fc33e062b7d4faf67bd13300459666 (patch) | |
tree | 8e06c1cb5d82bbf6a4e2c210a1518995a5dad4f5 /packages/SystemUI/res | |
parent | 90c2a962cdb2900c834b2461a96586970ad29826 (diff) | |
parent | 41051cb70d8472252d4d9b7119dd5e888cf40713 (diff) | |
download | frameworks_base-2332ad8c29fc33e062b7d4faf67bd13300459666.zip frameworks_base-2332ad8c29fc33e062b7d4faf67bd13300459666.tar.gz frameworks_base-2332ad8c29fc33e062b7d4faf67bd13300459666.tar.bz2 |
am 43dd7d05: am 172ef792: am 6f4d51f1: Add possible string to survive string freeze.
* commit '43dd7d053809036334bd2d572e9fb527e9276dea':
Add possible string to survive string freeze.
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r-- | packages/SystemUI/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index ddbddd1..085d2f9 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -741,4 +741,7 @@ <!-- Media projection permission dialog action text. [CHAR LIMIT=60] --> <string name="media_projection_action_text">Start now</string> + + <!-- Text which is shown in the notification shade when there are no notifications. [CHAR LIMIT=30] --> + <string name="empty_shade_text">No notifications</string> </resources> |