diff options
author | Jason Monk <jmonk@google.com> | 2014-10-15 02:22:51 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-15 02:22:51 +0000 |
commit | 1928daf290f95b61d14bd91607f3a92ba443fb1b (patch) | |
tree | f88e5ec6e054e1d970be89e9e3e5739dc481d207 /packages/SystemUI | |
parent | 5c998695c7004681013d5a152018331ad8e5555a (diff) | |
parent | 048a2d3c71ef78d03144dc6fa5e0186056992cce (diff) | |
download | frameworks_base-1928daf290f95b61d14bd91607f3a92ba443fb1b.zip frameworks_base-1928daf290f95b61d14bd91607f3a92ba443fb1b.tar.gz frameworks_base-1928daf290f95b61d14bd91607f3a92ba443fb1b.tar.bz2 |
am 048a2d3c: am 417bc6cc: am 68cb9fcc: am a1a0131a: am f97e71a6: Merge "Update screen pinning and recents strings to say Overview" into lmp-dev
* commit '048a2d3c71ef78d03144dc6fa5e0186056992cce':
Update screen pinning and recents strings to say Overview
Diffstat (limited to 'packages/SystemUI')
-rw-r--r-- | packages/SystemUI/res/values/strings.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 048829d..89bbacf 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -40,8 +40,8 @@ <!-- Message that is read when you enter recent apps in TalkBack --> <plurals name="status_bar_accessibility_recent_apps"> - <item quantity="one">1 recent app</item> - <item quantity="other">%d recent apps</item> + <item quantity="one">1 screen in Overview</item> + <item quantity="other">%d screens in Overview</item> </plurals> <!-- The label in the bar at the top of the status bar when there are no notifications @@ -201,7 +201,7 @@ <!-- Content description of the menu button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_menu">Menu</string> <!-- Content description of the recents button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> - <string name="accessibility_recent">Recent screens</string> + <string name="accessibility_recent">Overview</string> <!-- Content description of the search button for accessibility. [CHAR LIMIT=NONE] --> <string name="accessibility_search_light">Search</string> <!-- Content description of the camera button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> @@ -408,7 +408,7 @@ <!-- Content description for the settings button in the status bar header. [CHAR LIMIT=NONE] --> <string name="accessibility_desc_settings">Settings</string> <!-- Content description for the recent apps panel (not shown on the screen). [CHAR LIMIT=NONE] --> - <string name="accessibility_desc_recent_apps">Recent screens.</string> + <string name="accessibility_desc_recent_apps">Overview.</string> <!-- Content description of the user tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_quick_settings_user">User <xliff:g id="user" example="John Doe">%s</xliff:g>.</string> |