Title: [249106] trunk/Source/WebCore
Revision
249106
Author
[email protected]
Date
2019-08-26 11:03:27 -0700 (Mon, 26 Aug 2019)

Log Message

REGRESSION (18E140): “return streaming movie to real time” suggesting “resume real time streaming”
https://bugs.webkit.org/show_bug.cgi?id=201108
<rdar://problem/46372525>

Patch by Peng Liu <[email protected]> on 2019-08-26
Reviewed by Eric Carlson.

Update Localizable.strings.

No new test.

* en.lproj/Localizable.strings:
* platform/LocalizedStrings.cpp:
(WebCore::localizedMediaControlElementHelpText):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (249105 => 249106)


--- trunk/Source/WebCore/ChangeLog	2019-08-26 17:51:18 UTC (rev 249105)
+++ trunk/Source/WebCore/ChangeLog	2019-08-26 18:03:27 UTC (rev 249106)
@@ -1,3 +1,19 @@
+2019-08-26  Peng Liu  <[email protected]>
+
+        REGRESSION (18E140): “return streaming movie to real time” suggesting “resume real time streaming”
+        https://bugs.webkit.org/show_bug.cgi?id=201108
+        <rdar://problem/46372525>
+
+        Reviewed by Eric Carlson.
+
+        Update Localizable.strings.
+
+        No new test.
+
+        * en.lproj/Localizable.strings:
+        * platform/LocalizedStrings.cpp:
+        (WebCore::localizedMediaControlElementHelpText):
+
 2019-08-26  Youenn Fablet  <[email protected]>
 
         CacheStorageConnection::computeRealBodySize is not thread-safe

Modified: trunk/Source/WebCore/en.lproj/Localizable.strings (249105 => 249106)


--- trunk/Source/WebCore/en.lproj/Localizable.strings	2019-08-26 17:51:18 UTC (rev 249105)
+++ trunk/Source/WebCore/en.lproj/Localizable.strings	2019-08-26 18:03:27 UTC (rev 249106)
@@ -1316,7 +1316,7 @@
 "reset content" = "reset content";
 
 /* accessibility help text for return streaming movie to real time button */
-"return streaming movie to real time" = "return streaming movie to real time";
+"resume real time streaming" = "resume real time streaming";
 
 /* accessibility label for return to real time button */
 "return to realtime" = "return to realtime";

Modified: trunk/Source/WebCore/platform/LocalizedStrings.cpp (249105 => 249106)


--- trunk/Source/WebCore/platform/LocalizedStrings.cpp	2019-08-26 17:51:18 UTC (rev 249105)
+++ trunk/Source/WebCore/platform/LocalizedStrings.cpp	2019-08-26 18:03:27 UTC (rev 249106)
@@ -832,7 +832,7 @@
     if (name == "RewindButton")
         return WEB_UI_STRING("seek movie back 30 seconds", "accessibility help text for jump back 30 seconds button");
     if (name == "ReturnToRealtimeButton")
-        return WEB_UI_STRING("return streaming movie to real time", "accessibility help text for return streaming movie to real time button");
+        return WEB_UI_STRING("resume real time streaming", "accessibility help text for return streaming movie to real time button");
     if (name == "CurrentTimeDisplay")
         return WEB_UI_STRING("current movie time in seconds", "accessibility help text for elapsed time display");
     if (name == "TimeRemainingDisplay")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to