diff options
author | John Reck <jreck@google.com> | 2011-05-24 15:32:59 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2011-05-24 15:52:27 -0700 |
commit | 92935a725584211fcd14a99ee4b64b1da25ea61b (patch) | |
tree | 3adad55443b87bdbcb893af9058361a52746321c /res/values/strings.xml | |
parent | aec5b0930dae41b4d1a0e844dc53c4dd6c66ff07 (diff) | |
download | packages_apps_Browser-92935a725584211fcd14a99ee4b64b1da25ea61b.zip packages_apps_Browser-92935a725584211fcd14a99ee4b64b1da25ea61b.tar.gz packages_apps_Browser-92935a725584211fcd14a99ee4b64b1da25ea61b.tar.bz2 |
Help dialog for useragent switcher lab
Change-Id: I1126f2dae652a36a133aa85a3a8aa823ab875b7b
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index ad8f64d..ae28023 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -665,7 +665,9 @@ <!-- Title for the useragent switcher lab feature [CHAR LIMIT=40] --> <string name="pref_enable_useragent_switcher">Useragent Switcher</string> <!-- Summary for the useragent switcher lab feature [CHAR LIMIT=120] --> - <string name="pref_enable_useragent_switcher_summary">Toggle between tablet and desktop versions of a site (per tab)</string> + <string name="pref_enable_useragent_switcher_summary">Toggle between the tablet and desktop versions of a site</string> + <!-- Text explaining how to use the useragent switcher lab feature [CHAR LIMIT=none] --> + <string name="help_useragent_switcher">Tap on the Android or laptop icon to toggle between the tablet and desktop versions of a site.</string> <!-- Title for a dialog displayed when the browser has a data connectivity problem --> |