Title: [108256] trunk/Source/WebCore
Revision
108256
Author
m...@apple.com
Date
2012-02-20 11:03:16 -0800 (Mon, 20 Feb 2012)

Log Message

Updated Localizable.strings after r107440.

Rubber-stamped by Joseph Pecoraro.

* English.lproj/Localizable.strings:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (108255 => 108256)


--- trunk/Source/WebCore/ChangeLog	2012-02-20 19:00:36 UTC (rev 108255)
+++ trunk/Source/WebCore/ChangeLog	2012-02-20 19:03:16 UTC (rev 108256)
@@ -1,3 +1,11 @@
+2012-02-20  Dan Bernstein  <m...@apple.com>
+
+        Updated Localizable.strings after r107440.
+
+        Rubber-stamped by Joseph Pecoraro.
+
+        * English.lproj/Localizable.strings:
+
 2012-02-20  David Barton  <dbar...@mathscribe.com>
 
         MathML internals - remove nonOperatorHeight(), hasBase()

Modified: trunk/Source/WebCore/English.lproj/Localizable.strings (108255 => 108256)


--- trunk/Source/WebCore/English.lproj/Localizable.strings	2012-02-20 19:00:36 UTC (rev 108255)
+++ trunk/Source/WebCore/English.lproj/Localizable.strings	2012-02-20 19:03:16 UTC (rev 108256)
@@ -25,15 +25,15 @@
 /* Label to describe the number of files selected in a file upload control that allows multiple files */
 "%d files" = "%d files";
 
+/* Present the number of selected <option> items in a <select multiple> element (iOS only) */
+"%zu Items" = "%zu Items";
+
 /* Present the element <select multiple> when no <option> items are selected (iOS only) */
 "0 Items" = "0 Items";
 
 /* Present the element <select multiple> when a single <option> is selected (iOS only) */
 "1 Item" = "1 Item";
 
-/* Present the number of selected <option> items in a <select multiple> element (iOS only) */
-"%d Items" = "%d Items";
-
 /* Menu item title for KEYGEN pop-up menu */
 "1024 (Medium Grade)" = "1024 (Medium Grade)";
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to