Title: [98272] branches/safari-534.52-branch/Source/WebCore
Revision
98272
Author
[email protected]
Date
2011-10-24 13:32:51 -0700 (Mon, 24 Oct 2011)

Log Message

Fix Localization.

Modified Paths


Diff

Modified: branches/safari-534.52-branch/Source/WebCore/ChangeLog (98271 => 98272)


--- branches/safari-534.52-branch/Source/WebCore/ChangeLog	2011-10-24 20:11:56 UTC (rev 98271)
+++ branches/safari-534.52-branch/Source/WebCore/ChangeLog	2011-10-24 20:32:51 UTC (rev 98272)
@@ -1,3 +1,9 @@
+2011-10-24  Lucas Forschler  <[email protected]>
+
+        Update Localizable strings.
+
+        * English.lproj/Localizable.strings:
+
 2011-10-21  Lucas Forschler  <[email protected]>
 
     Merge 98112

Modified: branches/safari-534.52-branch/Source/WebCore/English.lproj/Localizable.strings (98271 => 98272)


--- branches/safari-534.52-branch/Source/WebCore/English.lproj/Localizable.strings	2011-10-24 20:11:56 UTC (rev 98271)
+++ branches/safari-534.52-branch/Source/WebCore/English.lproj/Localizable.strings	2011-10-24 20:32:51 UTC (rev 98272)
@@ -25,12 +25,6 @@
 /* Label to describe the number of files selected in a file upload control that allows multiple files */
 "%d files" = "%d files";
 
-/* Pseudo plug-in name, visible in Installed Plug-ins page in Safari. */
-"WebKit built-in PDF" = "WebKit built-in PDF";
-
-/* Description of the (only) type supported by PDF pseudo plug-in. Visible in Installed Plug-ins page in Safari. */
-"Portable Document Format" = "Portable Document Format";
-
 /* Menu item title for KEYGEN pop-up menu */
 "1024 (Medium Grade)" = "1024 (Medium Grade)";
 
@@ -301,6 +295,9 @@
 /* WebKitErrorPlugInWillHandleLoad description */
 "Plug-in handled load" = "Plug-in handled load";
 
+/* Description of the (only) type supported by PDF pseudo plug-in. Visible in Installed Plug-ins page in Safari. */
+"Portable Document Format" = "Portable Document Format";
+
 /* Undo action name */
 "Raise Baseline (Undo action name)" = "Raise Baseline";
 
@@ -490,6 +487,9 @@
 /* Web Inspector window title */
 "Web Inspector   %@" = "Web Inspector   %@";
 
+/* Pseudo plug-in name, visible in Installed Plug-ins page in Safari. */
+"WebKit built-in PDF" = "WebKit built-in PDF";
+
 /* message in authentication panel */
 "Your login information will be sent securely." = "Your login information will be sent securely.";
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to