summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorChristopher Tate <ctate@google.com>2011-07-29 17:41:44 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-29 17:41:44 -0700
commitf263c705c16abc1be3ab0d20755c1f29e1c8ec2e (patch)
tree5ccecb3099ebe8187fdb2544e7c8a3d3d303eeea /res
parentf098231eb0b5a59d5504832db8c5910e2713f850 (diff)
parent8a510c57dca097a1c437a0ff51ff5d677eeec6e4 (diff)
downloadpackages_apps_settings-f263c705c16abc1be3ab0d20755c1f29e1c8ec2e.zip
packages_apps_settings-f263c705c16abc1be3ab0d20755c1f29e1c8ec2e.tar.gz
packages_apps_settings-f263c705c16abc1be3ab0d20755c1f29e1c8ec2e.tar.bz2
Merge "Report current font size in the 'Font size' setting summary"
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f812010..a0b45e9 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1564,8 +1564,8 @@
<string name="automatic_brightness">Automatic brightness</string>
<!-- [CHAR LIMIT=30] Sound & display settings screen, setting option name to change font size -->
<string name="title_font_size">Font size</string>
- <!-- [CHAR LIMIT=40] Sound & display settings screen, setting option summary to change font size -->
- <string name="summary_font_size">Overall size of fonts</string>
+ <!-- [CHAR LIMIT=30] Sound & display settings screen, setting option summary displaying the currently selected font size -->
+ <string name="summary_font_size">Current font size: %1$s</string>
<!-- [CHAR LIMIT=40] Sound & display settings screen, title of dialog for picking font size -->
<string name="dialog_title_font_size">Select font size</string>