Title: [137779] branches/safari-534.58-branch/Source/WebCore
Revision
137779
Author
[email protected]
Date
2012-12-14 15:04:23 -0800 (Fri, 14 Dec 2012)

Log Message

Merge r118820.

    2012-05-29  John Sullivan  <[email protected]>

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.

Modified Paths

Diff

Modified: branches/safari-534.58-branch/Source/WebCore/ChangeLog (137778 => 137779)


--- branches/safari-534.58-branch/Source/WebCore/ChangeLog	2012-12-14 23:04:21 UTC (rev 137778)
+++ branches/safari-534.58-branch/Source/WebCore/ChangeLog	2012-12-14 23:04:23 UTC (rev 137779)
@@ -1,3 +1,22 @@
+2012-12-14  Andy Estes  <[email protected]>
+
+        Merge r118820.
+
+    2012-05-29  John Sullivan  <[email protected]>
+
+        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-10-01  Andy Estes  <[email protected]>
 
         Update Localizable.strings by running update-webkit-localizable-strings.

Modified: branches/safari-534.58-branch/Source/WebCore/English.lproj/Localizable.strings (137778 => 137779)


--- branches/safari-534.58-branch/Source/WebCore/English.lproj/Localizable.strings	2012-12-14 23:04:21 UTC (rev 137778)
+++ branches/safari-534.58-branch/Source/WebCore/English.lproj/Localizable.strings	2012-12-14 23:04:23 UTC (rev 137779)
@@ -46,6 +46,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";
 
@@ -163,9 +166,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-534.58-branch/Source/WebCore/platform/LocalizedStrings.cpp (137778 => 137779)


--- branches/safari-534.58-branch/Source/WebCore/platform/LocalizedStrings.cpp	2012-12-14 23:04:21 UTC (rev 137778)
+++ branches/safari-534.58-branch/Source/WebCore/platform/LocalizedStrings.cpp	2012-12-14 23:04:23 UTC (rev 137779)
@@ -557,7 +557,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
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to