Title: [249233] trunk/Source/WebCore
Revision
249233
Author
[email protected]
Date
2019-08-28 19:40:37 -0700 (Wed, 28 Aug 2019)

Log Message

REGRESSION: String check: “realtime” Suggesting “real time”
https://bugs.webkit.org/show_bug.cgi?id=201107
<rdar://problem/46372620>

Patch by Peng Liu <[email protected]> on 2019-08-28
Reviewed by Jer Noble.

Update Localizable.strings.

No new test.

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

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (249232 => 249233)


--- trunk/Source/WebCore/ChangeLog	2019-08-29 02:24:03 UTC (rev 249232)
+++ trunk/Source/WebCore/ChangeLog	2019-08-29 02:40:37 UTC (rev 249233)
@@ -1,3 +1,19 @@
+2019-08-28  Peng Liu  <[email protected]>
+
+        REGRESSION: String check: “realtime” Suggesting “real time”
+        https://bugs.webkit.org/show_bug.cgi?id=201107
+        <rdar://problem/46372620>
+
+        Reviewed by Jer Noble.
+
+        Update Localizable.strings.
+
+        No new test.
+
+        * en.lproj/Localizable.strings:
+        * platform/LocalizedStrings.cpp:
+        (WebCore::localizedMediaControlElementString):
+
 2019-08-28  Simon Fraser  <[email protected]>
 
         PaintFrequencyTracker triggers too many calls to MonotonicTime::now() on layer painting

Modified: trunk/Source/WebCore/en.lproj/Localizable.strings (249232 => 249233)


--- trunk/Source/WebCore/en.lproj/Localizable.strings	2019-08-29 02:24:03 UTC (rev 249232)
+++ trunk/Source/WebCore/en.lproj/Localizable.strings	2019-08-29 02:40:37 UTC (rev 249233)
@@ -1319,7 +1319,7 @@
 "resume real time streaming" = "resume real time streaming";
 
 /* accessibility label for return to real time button */
-"return to realtime" = "return to realtime";
+"return to real time" = "return to real time";
 
 /* An ARIA accessibility group that contains a search feature of a website. */
 "search" = "search";

Modified: trunk/Source/WebCore/platform/LocalizedStrings.cpp (249232 => 249233)


--- trunk/Source/WebCore/platform/LocalizedStrings.cpp	2019-08-29 02:24:03 UTC (rev 249232)
+++ trunk/Source/WebCore/platform/LocalizedStrings.cpp	2019-08-29 02:40:37 UTC (rev 249233)
@@ -783,7 +783,7 @@
     if (name == "RewindButton")
         return WEB_UI_STRING("back 30 seconds", "accessibility label for seek back 30 seconds button");
     if (name == "ReturnToRealtimeButton")
-        return WEB_UI_STRING("return to realtime", "accessibility label for return to real time button");
+        return WEB_UI_STRING("return to real time", "accessibility label for return to real time button");
     if (name == "CurrentTimeDisplay")
         return WEB_UI_STRING("elapsed time", "accessibility label 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