Changeset 249106 in webkit
- Timestamp:
- Aug 26, 2019, 11:03:27 AM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
en.lproj/Localizable.strings (modified) (1 diff)
-
platform/LocalizedStrings.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r249105 r249106 1 2019-08-26 Peng Liu <peng.liu6@apple.com> 2 3 REGRESSION (18E140): “return streaming movie to real time” suggesting “resume real time streaming” 4 https://bugs.webkit.org/show_bug.cgi?id=201108 5 <rdar://problem/46372525> 6 7 Reviewed by Eric Carlson. 8 9 Update Localizable.strings. 10 11 No new test. 12 13 * en.lproj/Localizable.strings: 14 * platform/LocalizedStrings.cpp: 15 (WebCore::localizedMediaControlElementHelpText): 16 1 17 2019-08-26 Youenn Fablet <youenn@apple.com> 2 18 -
trunk/Source/WebCore/en.lproj/Localizable.strings
r247652 r249106 1317 1317 1318 1318 /* accessibility help text for return streaming movie to real time button */ 1319 "re turn streaming movie to real time" = "return streaming movie to real time";1319 "resume real time streaming" = "resume real time streaming"; 1320 1320 1321 1321 /* accessibility label for return to real time button */ -
trunk/Source/WebCore/platform/LocalizedStrings.cpp
r244061 r249106 833 833 return WEB_UI_STRING("seek movie back 30 seconds", "accessibility help text for jump back 30 seconds button"); 834 834 if (name == "ReturnToRealtimeButton") 835 return WEB_UI_STRING("re turn streaming movie to real time", "accessibility help text for return streaming movie to real time button");835 return WEB_UI_STRING("resume real time streaming", "accessibility help text for return streaming movie to real time button"); 836 836 if (name == "CurrentTimeDisplay") 837 837 return WEB_UI_STRING("current movie time in seconds", "accessibility help text for elapsed time display");
Note:
See TracChangeset
for help on using the changeset viewer.