Title: [207398] trunk/Source/WebCore
Revision
207398
Author
cdu...@apple.com
Date
2016-10-16 19:12:32 -0700 (Sun, 16 Oct 2016)

Log Message

Update WebKit localizable strings
https://bugs.webkit.org/show_bug.cgi?id=163513

Reviewed by Dan Bernstein.

Update WebKit localizable strings as it was missing the "too short" one needed
by form validation. This was causing a "Localized string not found" message to
be shown when testing the following sample on WebKit ToT:
- https://googlechrome.github.io/samples/report-validity/

* English.lproj/Localizable.strings:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (207397 => 207398)


--- trunk/Source/WebCore/ChangeLog	2016-10-17 01:28:51 UTC (rev 207397)
+++ trunk/Source/WebCore/ChangeLog	2016-10-17 02:12:32 UTC (rev 207398)
@@ -1,5 +1,19 @@
 2016-10-16  Chris Dumez  <cdu...@apple.com>
 
+        Update WebKit localizable strings
+        https://bugs.webkit.org/show_bug.cgi?id=163513
+
+        Reviewed by Dan Bernstein.
+
+        Update WebKit localizable strings as it was missing the "too short" one needed
+        by form validation. This was causing a "Localized string not found" message to
+        be shown when testing the following sample on WebKit ToT:
+        - https://googlechrome.github.io/samples/report-validity/
+
+        * English.lproj/Localizable.strings:
+
+2016-10-16  Chris Dumez  <cdu...@apple.com>
+
         REGRESSION (r206750): Crash when pressing Caps Lock if “Use the Caps Lock key to switch to and from U.S.” is selected in Input Sources preferences
         https://bugs.webkit.org/show_bug.cgi?id=163506
         <rdar://problem/28792483>

Modified: trunk/Source/WebCore/English.lproj/Localizable.strings (207397 => 207398)


--- trunk/Source/WebCore/English.lproj/Localizable.strings	2016-10-17 01:28:51 UTC (rev 207397)
+++ trunk/Source/WebCore/English.lproj/Localizable.strings	2016-10-17 02:12:32 UTC (rev 207398)
@@ -133,9 +133,6 @@
 /* Option in segmented control for inserting a bulleted list in text editing */
 "Bulleted list" = "Bulleted list";
 
-/* Exit fullscreen button in fullscreen media controls */
-"Exit Fullscreen" = "Exit Fullscreen";
-
 /* menu item title for phone number */
 "Call Using iPhone:" = "Call Using iPhone:";
 
@@ -256,12 +253,12 @@
 /* Video Exit Fullscreen context menu item */
 "Exit Full Screen" = "Exit Full Screen";
 
+/* Button for exiting fullscreen when in fullscreen media playback */
+"Exit Fullscreen" = "Exit Fullscreen";
+
 /* menu item */
 "Exit Picture in Picture" = "Exit Picture in Picture";
 
-/* accessibility role description for a figure element */
-"figure" = "figure";
-
 /* Default application name for Open With context menu */
 "Finder" = "Finder";
 
@@ -838,6 +835,9 @@
 /* accessibility label for fast reverse button */
 "fast reverse" = "fast reverse";
 
+/* accessibility role description for a figure element. */
+"figure" = "figure";
+
 /* accessibility role description for a file upload button */
 "file upload button" = "file upload button";
 
@@ -1096,6 +1096,9 @@
 /* Validation message for form control elements with a value longer than maximum allowed length */
 "too long" = "too long";
 
+/* Validation message for form control elements with a value shorter than minimum allowed length */
+"too short" = "too short";
+
 /* An ARIA accessibility group that acts as a tooltip. */
 "tooltip" = "tooltip";
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to