Title: [140419] trunk/Source/WebCore
- Revision
- 140419
- Author
- [email protected]
- Date
- 2013-01-22 06:20:44 -0800 (Tue, 22 Jan 2013)
Log Message
[EFL] Fix context menu localized string
https://bugs.webkit.org/show_bug.cgi?id=107536
One of localized string has a marker. Since EFL port does not support them
it has to be removed, so the string will be displayed properly.
Patch by Michał Pakuła vel Rutka <[email protected]> on 2013-01-22
Reviewed by Laszlo Gombos.
* platform/efl/LocalizedStringsEfl.cpp:
(WebCore::contextMenuItemTagCheckSpellingWhileTyping)
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (140418 => 140419)
--- trunk/Source/WebCore/ChangeLog 2013-01-22 13:43:11 UTC (rev 140418)
+++ trunk/Source/WebCore/ChangeLog 2013-01-22 14:20:44 UTC (rev 140419)
@@ -1,3 +1,16 @@
+2013-01-22 Michał Pakuła vel Rutka <[email protected]>
+
+ [EFL] Fix context menu localized string
+ https://bugs.webkit.org/show_bug.cgi?id=107536
+
+ One of localized string has a marker. Since EFL port does not support them
+ it has to be removed, so the string will be displayed properly.
+
+ Reviewed by Laszlo Gombos.
+
+ * platform/efl/LocalizedStringsEfl.cpp:
+ (WebCore::contextMenuItemTagCheckSpellingWhileTyping)
+
2013-01-22 Sheriff Bot <[email protected]>
Unreviewed, rolling out r140412.
Modified: trunk/Source/WebCore/platform/efl/LocalizedStringsEfl.cpp (140418 => 140419)
--- trunk/Source/WebCore/platform/efl/LocalizedStringsEfl.cpp 2013-01-22 13:43:11 UTC (rev 140418)
+++ trunk/Source/WebCore/platform/efl/LocalizedStringsEfl.cpp 2013-01-22 14:20:44 UTC (rev 140419)
@@ -288,7 +288,7 @@
String contextMenuItemTagCheckSpellingWhileTyping()
{
- return String::fromUTF8("Check Spelling While _Typing");
+ return String::fromUTF8("Check Spelling While Typing");
}
String contextMenuItemTagCheckGrammarWithSpelling()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes