Title: [119049] branches/safari-536-branch/Source/WebCore
Revision
119049
Author
lforsch...@apple.com
Date
2012-05-30 21:23:37 -0700 (Wed, 30 May 2012)

Log Message

Merged r118820 -> <rdar://problem/11550048>

Modified Paths

Diff

Modified: branches/safari-536-branch/Source/WebCore/ChangeLog (119048 => 119049)


--- branches/safari-536-branch/Source/WebCore/ChangeLog	2012-05-31 04:20:17 UTC (rev 119048)
+++ branches/safari-536-branch/Source/WebCore/ChangeLog	2012-05-31 04:23:37 UTC (rev 119049)
@@ -1,5 +1,24 @@
 2012-05-30  Lucas Forschler  <lforsch...@apple.com>
 
+    Merge 118820
+
+    2012-05-29  John Sullivan  <sulli...@apple.com>
+
+            Update label for blacklisted plug-in
+            https://bugs.webkit.org/show_bug.cgi?id=87767
+            rdar://problem/11550048
+
+            Reviewed by Kevin Decker.
+
+            * English.lproj/Localizable.strings:
+            Regenerated.
+
+            * platform/LocalizedStrings.cpp:
+            (WebCore::insecurePluginVersionText):
+            Changed this string.
+
+2012-05-30  Lucas Forschler  <lforsch...@apple.com>
+
     Merge 118553
 
     2012-05-25  Dean Jackson  <d...@apple.com>

Modified: branches/safari-536-branch/Source/WebCore/English.lproj/Localizable.strings (119048 => 119049)


--- branches/safari-536-branch/Source/WebCore/English.lproj/Localizable.strings	2012-05-31 04:20:17 UTC (rev 119048)
+++ branches/safari-536-branch/Source/WebCore/English.lproj/Localizable.strings	2012-05-31 04:23:37 UTC (rev 119049)
@@ -55,6 +55,9 @@
 /* Back context menu item */
 "Back" = "Back";
 
+/* Label text to be used when an insecure plug-in version was blocked from loading */
+"Blocked Plug-in" = "Blocked Plug-in";
+
 /* Bold context menu item */
 "Bold" = "Bold";
 
@@ -172,9 +175,6 @@
 /* Undo action name */
 "Indent (Undo action name)" = "Indent";
 
-/* Label text to be used when an insecure plug-in version was blocked from loading */
-"Insecure Plug-In Version" = "Insecure Plug-In Version";
-
 /* Undo action name */
 "Insert List (Undo action name)" = "Insert List";
 

Modified: branches/safari-536-branch/Source/WebCore/platform/LocalizedStrings.cpp (119048 => 119049)


--- branches/safari-536-branch/Source/WebCore/platform/LocalizedStrings.cpp	2012-05-31 04:20:17 UTC (rev 119048)
+++ branches/safari-536-branch/Source/WebCore/platform/LocalizedStrings.cpp	2012-05-31 04:23:37 UTC (rev 119049)
@@ -675,7 +675,7 @@
 
 String insecurePluginVersionText()
 {
-    return WEB_UI_STRING("Insecure Plug-In Version", "Label text to be used when an insecure plug-in version was blocked from loading");
+    return WEB_UI_STRING("Blocked Plug-in", "Label text to be used when an insecure plug-in version was blocked from loading");
 }
 
 String multipleFileUploadText(unsigned numberOfFiles)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to