Title: [214346] trunk/Source/WebCore
Revision
214346
Author
[email protected]
Date
2017-03-24 07:33:52 -0700 (Fri, 24 Mar 2017)

Log Message

Unreviewed. Fix GTK+ test /webkit2/WebKitWebView/default-menu after r214244.

Fix mnemonic string of contextMenuItemTagOpenAudioInNewWindow() that I copy pasted from
contextMenuItemTagOpenVideoInNewWindow().

* platform/LocalizedStrings.cpp:
(WebCore::contextMenuItemTagOpenAudioInNewWindow):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (214345 => 214346)


--- trunk/Source/WebCore/ChangeLog	2017-03-24 14:30:13 UTC (rev 214345)
+++ trunk/Source/WebCore/ChangeLog	2017-03-24 14:33:52 UTC (rev 214346)
@@ -1,5 +1,15 @@
 2017-03-24  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Fix GTK+ test /webkit2/WebKitWebView/default-menu after r214244.
+
+        Fix mnemonic string of contextMenuItemTagOpenAudioInNewWindow() that I copy pasted from
+        contextMenuItemTagOpenVideoInNewWindow().
+
+        * platform/LocalizedStrings.cpp:
+        (WebCore::contextMenuItemTagOpenAudioInNewWindow):
+
+2017-03-24  Carlos Garcia Campos  <[email protected]>
+
         [GStreamer] MediaPlayerPrivateGStreamerOwr shouldn't be the default engine
         https://bugs.webkit.org/show_bug.cgi?id=170049
 

Modified: trunk/Source/WebCore/platform/LocalizedStrings.cpp (214345 => 214346)


--- trunk/Source/WebCore/platform/LocalizedStrings.cpp	2017-03-24 14:30:13 UTC (rev 214345)
+++ trunk/Source/WebCore/platform/LocalizedStrings.cpp	2017-03-24 14:33:52 UTC (rev 214346)
@@ -337,7 +337,7 @@
 
 String contextMenuItemTagOpenAudioInNewWindow()
 {
-    return WEB_UI_STRING_WITH_MNEMONIC("Open Audio in New Window", "Open _Video in New Window", "Open Audio in New Window context menu item");
+    return WEB_UI_STRING_WITH_MNEMONIC("Open Audio in New Window", "Open _Audio in New Window", "Open Audio in New Window context menu item");
 }
 
 String contextMenuItemTagDownloadVideoToDisk()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to