diff options
author | Mangesh Ghiware <mghiware@google.com> | 2011-10-05 11:43:44 -0700 |
---|---|---|
committer | Mangesh Ghiware <mghiware@google.com> | 2011-10-05 11:43:44 -0700 |
commit | f1793b65d2868b09ff9e377e3d4f1d4c32dc2a7c (patch) | |
tree | 985eaf424dc95c7ea8f0465001c765ed12553057 /res/values | |
parent | 716773853705e67fe5d5afbf9c3b917ff8a5e298 (diff) | |
download | packages_apps_browser-f1793b65d2868b09ff9e377e3d4f1d4c32dc2a7c.zip packages_apps_browser-f1793b65d2868b09ff9e377e3d4f1d4c32dc2a7c.tar.gz packages_apps_browser-f1793b65d2868b09ff9e377e3d4f1d4c32dc2a7c.tar.bz2 |
Change text/font descriptions in Accessibility settings panel
- FONT SIZE changed to TEXT SIZE
- Text zoom changed to Text scaling
- Added new setting for Zoom on double-tap
Bug: 5416842
Change-Id: Ib5556d87385cf473f7422411ede6ced77b6cef48
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index d215724..d4d6467 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -498,8 +498,10 @@ <string name="pref_min_font_size">Minimum font size</string> <!-- Label for the current minimum font size value [CHAR LIMIT=6] --> <string name="pref_min_font_size_value"><xliff:g id="font_size">%d</xliff:g>pt</string> - <!-- Label for text zoom (percent) [CHAR LIMIT=30] --> - <string name="pref_text_zoom">Text zoom</string> + <!-- Label for text scaling (percent) [CHAR LIMIT=30] --> + <string name="pref_text_zoom">Text scaling</string> + <!-- Label for zoom on double-tap (percent) [CHAR LIMIT=30] --> + <string name="pref_zoom_on_double_tap">Zoom on double-tap</string> <!-- Label for whether or not to force-enable user scalablity (aka, zoom) [CHAR LIMIT=30] --> <string name="pref_force_userscalable">Force enable zoom</string> <!-- Summary for whether or not to force-enable user scalablity (aka, zoom) [CHAR LIMIT=30] --> @@ -625,7 +627,7 @@ <!-- Title for accessibility settings [CHAR LIMIT=25] --> <string name="pref_accessibility_title">Accessibility</string> <!-- Font size settings category under accessibility settings [CHAR LIMIT=50] --> - <string name="pref_font_size_category">Font size</string> + <string name="pref_font_size_category">Text size</string> <!-- Title for lab settings [CHAR LIMIT=25] --> <string name="pref_lab_title">Labs</string> <!-- Title for lab quick controls feature [CHAR LIMIT=40] --> |