diff options
author | Jason Monk <jmonk@google.com> | 2014-10-14 09:26:19 -0400 |
---|---|---|
committer | Jason Monk <jmonk@google.com> | 2014-10-14 15:10:10 -0400 |
commit | cdc459feb22ad02e6fc268b2a5173ea936bb12a8 (patch) | |
tree | 9c9e13e51d759546da8a91d9523c601430b23fd5 /packages/SystemUI/res | |
parent | 437517573b53b17765eba9b0b98055915bf3a4a1 (diff) | |
download | frameworks_base-cdc459feb22ad02e6fc268b2a5173ea936bb12a8.zip frameworks_base-cdc459feb22ad02e6fc268b2a5173ea936bb12a8.tar.gz frameworks_base-cdc459feb22ad02e6fc268b2a5173ea936bb12a8.tar.bz2 |
Update screen pinning and recents strings to say Overview
Bug: 17969466
Bug: 17970142
Change-Id: I76cd934ea6d67f36609fdc53ca1d195fcb7dcfbe
Diffstat (limited to 'packages/SystemUI/res')
-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 9ee18f3..71b9b61 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 @@ -206,7 +206,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] --> @@ -413,7 +413,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> |