Title: [205243] branches/safari-602-branch/Source/WebCore
Revision
205243
Author
[email protected]
Date
2016-08-31 00:39:21 -0700 (Wed, 31 Aug 2016)

Log Message

Merge r205193. rdar://problem/27529052

Modified Paths

Diff

Modified: branches/safari-602-branch/Source/WebCore/ChangeLog (205242 => 205243)


--- branches/safari-602-branch/Source/WebCore/ChangeLog	2016-08-31 07:39:19 UTC (rev 205242)
+++ branches/safari-602-branch/Source/WebCore/ChangeLog	2016-08-31 07:39:21 UTC (rev 205243)
@@ -1,5 +1,21 @@
 2016-08-31  Babak Shafiei  <[email protected]>
 
+        Merge r205193. rdar://problem/27529052
+
+    2016-08-30  Wenson Hsieh  <[email protected]>
+
+            Fix a typo introduced in r205184.
+            https://bugs.webkit.org/show_bug.cgi?id=161380
+
+            Reviewed by Tim Horton.
+
+            Fixes a typo in an accessibility string: "Exit fullscreen" => "Exit Fullscreen"
+
+            * platform/LocalizedStrings.cpp:
+            (WebCore::exitFullScreenButtonAccessibilityTitle):
+
+2016-08-31  Babak Shafiei  <[email protected]>
+
         Merge r205184. rdar://problem/27529052
 
     2016-08-30  Wenson Hsieh  <[email protected]>

Modified: branches/safari-602-branch/Source/WebCore/platform/LocalizedStrings.cpp (205242 => 205243)


--- branches/safari-602-branch/Source/WebCore/platform/LocalizedStrings.cpp	2016-08-31 07:39:19 UTC (rev 205242)
+++ branches/safari-602-branch/Source/WebCore/platform/LocalizedStrings.cpp	2016-08-31 07:39:21 UTC (rev 205243)
@@ -1204,7 +1204,7 @@
 
 String exitFullScreenButtonAccessibilityTitle()
 {
-    return WEB_UI_STRING("Exit fullscreen", "Button for exiting fullscreen when in fullscreen media playback");
+    return WEB_UI_STRING("Exit Fullscreen", "Button for exiting fullscreen when in fullscreen media playback");
 }
 #endif // PLATFORM(MAC)
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to