Title: [204638] trunk/Source/WebCore
Revision
204638
Author
[email protected]
Date
2016-08-19 11:21:35 -0700 (Fri, 19 Aug 2016)

Log Message

[Mac] fix PiP context menu typos
https://bugs.webkit.org/show_bug.cgi?id=160999
<rdar://problem/27885070>

Reviewed by Jer Noble.

* English.lproj/Localizable.strings: "Picture-in-Picture" -> "Picture in Picture".

* platform/LocalizedStrings.cpp:
(WebCore::contextMenuItemTagEnterVideoEnhancedFullscreen): Ditto.
(WebCore::contextMenuItemTagExitVideoEnhancedFullscreen): Ditto.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (204637 => 204638)


--- trunk/Source/WebCore/ChangeLog	2016-08-19 18:10:23 UTC (rev 204637)
+++ trunk/Source/WebCore/ChangeLog	2016-08-19 18:21:35 UTC (rev 204638)
@@ -1,3 +1,17 @@
+2016-08-19  Eric Carlson  <[email protected]>
+
+        [Mac] fix PiP context menu typos
+        https://bugs.webkit.org/show_bug.cgi?id=160999
+        <rdar://problem/27885070>
+
+        Reviewed by Jer Noble.
+
+        * English.lproj/Localizable.strings: "Picture-in-Picture" -> "Picture in Picture".
+
+        * platform/LocalizedStrings.cpp:
+        (WebCore::contextMenuItemTagEnterVideoEnhancedFullscreen): Ditto.
+        (WebCore::contextMenuItemTagExitVideoEnhancedFullscreen): Ditto.
+
 2016-08-16  Simon Fraser  <[email protected]>
 
         Rename didLayout(LayoutMilestones) to didReachLayoutMilestone(), and related WK2 functions

Modified: trunk/Source/WebCore/English.lproj/Localizable.strings (204637 => 204638)


--- trunk/Source/WebCore/English.lproj/Localizable.strings	2016-08-19 18:10:23 UTC (rev 204637)
+++ trunk/Source/WebCore/English.lproj/Localizable.strings	2016-08-19 18:21:35 UTC (rev 204638)
@@ -248,13 +248,13 @@
 "Enter Full Screen" = "Enter Full Screen";
 
 /* menu item */
-"Enter Picture-in-Picture" = "Enter Picture-in-Picture";
+"Enter Picture in Picture" = "Enter Picture in Picture";
 
 /* Video Exit Fullscreen context menu item */
 "Exit Full Screen" = "Exit Full Screen";
 
 /* menu item */
-"Exit Picture-in-Picture" = "Exit Picture-in-Picture";
+"Exit Picture in Picture" = "Exit Picture in Picture";
 
 /* Default application name for Open With context menu */
 "Finder" = "Finder";

Modified: trunk/Source/WebCore/platform/LocalizedStrings.cpp (204637 => 204638)


--- trunk/Source/WebCore/platform/LocalizedStrings.cpp	2016-08-19 18:10:23 UTC (rev 204637)
+++ trunk/Source/WebCore/platform/LocalizedStrings.cpp	2016-08-19 18:21:35 UTC (rev 204638)
@@ -511,12 +511,12 @@
 
 String contextMenuItemTagEnterVideoEnhancedFullscreen()
 {
-    return WEB_UI_STRING("Enter Picture-in-Picture", "menu item");
+    return WEB_UI_STRING("Enter Picture in Picture", "menu item");
 }
 
 String contextMenuItemTagExitVideoEnhancedFullscreen()
 {
-    return WEB_UI_STRING("Exit Picture-in-Picture", "menu item");
+    return WEB_UI_STRING("Exit Picture in Picture", "menu item");
 }
 
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to