diff options
author | Jason Monk <jmonk@google.com> | 2014-10-24 13:54:57 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-10-24 13:54:58 +0000 |
commit | ef255fce94e857a071ef6d0485e33d234fbad0f0 (patch) | |
tree | ea9b24ee8efde0ab0e32c5e484b6a2121f899317 /packages/SystemUI/res | |
parent | bcd076525ccb8a3dfe7d1002bcae059661c1d111 (diff) | |
parent | 61f9c3475fa64fbedab846751ede113b80fc9a0d (diff) | |
download | frameworks_base-ef255fce94e857a071ef6d0485e33d234fbad0f0.zip frameworks_base-ef255fce94e857a071ef6d0485e33d234fbad0f0.tar.gz frameworks_base-ef255fce94e857a071ef6d0485e33d234fbad0f0.tar.bz2 |
Merge "Fix talkback name of screen pinning button" into lmp-mr1-dev
Diffstat (limited to 'packages/SystemUI/res')
-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 89bbacf..7a0d655 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -657,8 +657,8 @@ <string name="recents_empty_message">Your recent screens appear here</string> <!-- Recents: The info panel app info button string. [CHAR LIMIT=NONE] --> <string name="recents_app_info_button_label">Application Info</string> - <!-- Recents: The lock-to-app button. [CHAR LIMIT=NONE] --> - <string name="recents_lock_to_app_button_label">lock to app</string> + <!-- Recents: The screen pinning button. [CHAR LIMIT=NONE] --> + <string name="recents_lock_to_app_button_label">screen pinning</string> <!-- Recents: Temporary string for the button in the recents search bar. [CHAR LIMIT=NONE] --> <string name="recents_search_bar_label">search</string> <!-- Recents: Launch error string. [CHAR LIMIT=NONE] --> |