diff options
author | James Cook <jamescook@google.com> | 2015-02-05 18:43:59 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-02-05 18:43:59 +0000 |
commit | b8331548d12f308a65b63bdafbc18b6e61a40ce0 (patch) | |
tree | 0fa8c392c705b82457d6e5ac36811aa9af9443b2 | |
parent | fc1b00cfe439b0c462b3acbba709c3cbc1132a1f (diff) | |
parent | 26b362b00d8228d19d9f4b418f6ba48cfbdc56da (diff) | |
download | packages_apps_Settings-b8331548d12f308a65b63bdafbc18b6e61a40ce0.tar.gz packages_apps_Settings-b8331548d12f308a65b63bdafbc18b6e61a40ce0.tar.bz2 packages_apps_Settings-b8331548d12f308a65b63bdafbc18b6e61a40ce0.zip |
Merge "Extend translation char limit for auto date and time zone"
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 82c9a67a2..c639060e8 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -678,7 +678,7 @@ <string name="date_and_time_settings_title_setup_wizard">Set date and time</string> <!-- Main Settings screen setting option summary text for the item to go into the date and time settings. --> <string name="date_and_time_settings_summary">Set date, time, time zone, & formats</string> - <!-- Date & time setting screen setting check box title if the date and time should be determined automatically [CHAR LIMIT=25] --> + <!-- Date & time setting screen setting check box title if the date and time should be determined automatically [CHAR LIMIT=30] --> <string name="date_time_auto">Automatic date & time</string> <!-- Date & time setting screen setting option summary text when Automatic check box is selected (that is, when date and time should be determined automatically) [CHAR LIMIT=100] --> @@ -686,7 +686,7 @@ <!-- Date & time setting screen setting option summary text when Automatic check box is clear [CHAR LIMIT=100] --> <string name="date_time_auto_summaryOff">Use network-provided time</string> - <!-- Date & time setting screen setting check box title if the time zone should be determined automatically [CHAR LIMIT=25] --> + <!-- Date & time setting screen setting check box title if the time zone should be determined automatically [CHAR LIMIT=30] --> <string name="zone_auto">Automatic time zone</string> <!-- Date & time setting screen setting option summary text when Automatic time zone check box is selected (that is, when date and time should be determined automatically) [CHAR LIMIT=100] --> |