Title: [205193] trunk/Source/WebCore
- Revision
- 205193
- Author
- [email protected]
- Date
- 2016-08-30 11:59:52 -0700 (Tue, 30 Aug 2016)
Log Message
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):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (205192 => 205193)
--- trunk/Source/WebCore/ChangeLog 2016-08-30 18:59:24 UTC (rev 205192)
+++ trunk/Source/WebCore/ChangeLog 2016-08-30 18:59:52 UTC (rev 205193)
@@ -1,3 +1,15 @@
+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-30 Youenn Fablet <[email protected]>
[Fetch API] Blob not found URL should result in a network error
Modified: trunk/Source/WebCore/platform/LocalizedStrings.cpp (205192 => 205193)
--- trunk/Source/WebCore/platform/LocalizedStrings.cpp 2016-08-30 18:59:24 UTC (rev 205192)
+++ trunk/Source/WebCore/platform/LocalizedStrings.cpp 2016-08-30 18:59:52 UTC (rev 205193)
@@ -1209,7 +1209,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