Changeset 140419 in webkit
- Timestamp:
- Jan 22, 2013, 6:20:44 AM (14 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/efl/LocalizedStringsEfl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r140415 r140419 1 2013-01-22 Michał Pakuła vel Rutka <m.pakula@samsung.com> 2 3 [EFL] Fix context menu localized string 4 https://bugs.webkit.org/show_bug.cgi?id=107536 5 6 One of localized string has a marker. Since EFL port does not support them 7 it has to be removed, so the string will be displayed properly. 8 9 Reviewed by Laszlo Gombos. 10 11 * platform/efl/LocalizedStringsEfl.cpp: 12 (WebCore::contextMenuItemTagCheckSpellingWhileTyping) 13 1 14 2013-01-22 Sheriff Bot <webkit.review.bot@gmail.com> 2 15 -
trunk/Source/WebCore/platform/efl/LocalizedStringsEfl.cpp
r140386 r140419 289 289 String contextMenuItemTagCheckSpellingWhileTyping() 290 290 { 291 return String::fromUTF8("Check Spelling While _Typing");291 return String::fromUTF8("Check Spelling While Typing"); 292 292 } 293 293
Note:
See TracChangeset
for help on using the changeset viewer.