summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/LocalizedStrings.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/LocalizedStrings.h')
-rw-r--r--WebCore/platform/LocalizedStrings.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/WebCore/platform/LocalizedStrings.h b/WebCore/platform/LocalizedStrings.h
index 085c6e1..b6ec878 100644
--- a/WebCore/platform/LocalizedStrings.h
+++ b/WebCore/platform/LocalizedStrings.h
@@ -88,6 +88,19 @@ namespace WebCore {
String contextMenuItemTagSpeechMenu();
String contextMenuItemTagStartSpeaking();
String contextMenuItemTagStopSpeaking();
+ String contextMenuItemTagCorrectSpellingAutomatically();
+ String contextMenuItemTagSubstitutionsMenu();
+ String contextMenuItemTagShowSubstitutions(bool show);
+ String contextMenuItemTagSmartCopyPaste();
+ String contextMenuItemTagSmartQuotes();
+ String contextMenuItemTagSmartDashes();
+ String contextMenuItemTagSmartLinks();
+ String contextMenuItemTagTextReplacement();
+ String contextMenuItemTagTransformationsMenu();
+ String contextMenuItemTagMakeUpperCase();
+ String contextMenuItemTagMakeLowerCase();
+ String contextMenuItemTagCapitalize();
+ String contextMenuItemTagChangeBack(const String& replacedString);
#endif
String contextMenuItemTagInspectElement();