diff options
author | John Reck <jreck@google.com> | 2011-08-19 13:26:43 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2011-08-19 13:26:43 -0700 |
commit | 42229bcdea8a1623d9ac3fce099793a3767fb14d (patch) | |
tree | 3069825c505174e5b67d4be65bd5714db75f27f3 /res/values/strings.xml | |
parent | 0d7c69e9621a860f467a3e3171ee4962ad793df9 (diff) | |
download | packages_apps_Browser-42229bcdea8a1623d9ac3fce099793a3767fb14d.zip packages_apps_Browser-42229bcdea8a1623d9ac3fce099793a3767fb14d.tar.gz packages_apps_Browser-42229bcdea8a1623d9ac3fce099793a3767fb14d.tar.bz2 |
YAMR - Yet Another Menu Reorg
Bug: 5186166
Change-Id: Icd459c8f9cd557659a5402431a843a856fb1b134
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 0751f10..d2e27fb 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1000,10 +1000,8 @@ <string name="preview">Preview</string> <!-- Name for the user's unsynced, local bookmarks [CHAR LIMIT=50] --> <string name="local_bookmarks">Local</string> - <!-- Popup menu option that allows the user to select the mobile version of a webpage [CHAR LIMIT=50] --> - <string name="ua_switcher_mobile">Mobile</string> - <!-- Popup menu option that allows the user to select the desktop version of a webpage [CHAR LIMIT=50] --> - <string name="ua_switcher_desktop">Desktop</string> + <!-- Popup menu checkbox that allows the user to request the desktop version of a webpage [CHAR LIMIT=50] --> + <string name="ua_switcher_desktop">Request desktop site</string> <!-- Preload permission label [CHAR LIMIT=40] --> <string name="permission_preload_label">Preload results</string> <!-- Empty text for the "saved pages" tab that is shown when no saved pages exist. [CHAR LIMIT=None] --> |