summaryrefslogtreecommitdiffstats
path: root/chromium/overlay/frameworks
diff options
context:
space:
mode:
authorMartin Kosiba <mkosiba@google.com>2013-08-29 18:17:55 +0100
committerMartin Kosiba <mkosiba@google.com>2013-08-29 18:17:55 +0100
commita0d2245b6e41fabd599513a22ed1f6e00be06284 (patch)
tree1b874e79e511fda22c077bb2a93e9664abdae6f7 /chromium/overlay/frameworks
parenta43ddf6a451a2d6458535350d6095536abdf5736 (diff)
downloadandroid_frameworks_webview-a0d2245b6e41fabd599513a22ed1f6e00be06284.tar.gz
android_frameworks_webview-a0d2245b6e41fabd599513a22ed1f6e00be06284.tar.bz2
android_frameworks_webview-a0d2245b6e41fabd599513a22ed1f6e00be06284.zip
Increase char limits for time picker strings.
This increases the string size limits to follow http://crrev.com/23597006 BUG: 10425439 Change-Id: I761f3d8629d1f8a44da24b615a886b4ef8322d53
Diffstat (limited to 'chromium/overlay/frameworks')
-rw-r--r--chromium/overlay/frameworks/base/core/res/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/overlay/frameworks/base/core/res/res/values/strings.xml b/chromium/overlay/frameworks/base/core/res/res/values/strings.xml
index 5a87e2f..781e42f 100644
--- a/chromium/overlay/frameworks/base/core/res/res/values/strings.xml
+++ b/chromium/overlay/frameworks/base/core/res/res/values/strings.xml
@@ -27,9 +27,9 @@
<string name="webviewchromium_date_time_picker_dialog_title">Set date and time</string>
<!-- Title for the time picker dialog, which can be used to choose a time. [CHAR-LIMIT=32] -->
<string name="webviewchromium_time_picker_dialog_title">Set time</string>
- <!-- Value for AM in AM/PM in the time picker dialog. AM represents the morning (ante-meridiem). [CHAR-LIMIT=2] -->
+ <!-- Value for AM in AM/PM in the time picker dialog. AM represents the morning (ante-meridiem). [CHAR-LIMIT=4] -->
<string name="webviewchromium_time_picker_dialog_am">AM</string>
- <!-- Value for PM in AM/PM in the time picker dialog. PM represents the afternoon (post-meridiem). [CHAR-LIMIT=2]-->
+ <!-- Value for PM in AM/PM in the time picker dialog. PM represents the afternoon (post-meridiem). [CHAR-LIMIT=4]-->
<string name="webviewchromium_time_picker_dialog_pm">PM</string>
<!-- Separator used between hours and minutes in the time pickerr dialog (hh:mm) [CHAR-LIMIT=1] -->
<string name="webviewchromium_time_picker_dialog_hour_minute_separator">:</string>