Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: chrome/app/generated_resources.grd

Issue 1647723002: [win/cros/lin] Add back the spellcheck menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 2fdd6e57656520d924b38383d0fed8ef13f26e68..e590a21cba9a9fd947c6638ab8377a0c634dd0ac 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -723,9 +723,6 @@ are declared in build/common.gypi.
<message name="IDS_CONTENT_CONTEXT_FORCESAVEPASSWORD" desc="The name of the Save Password command in the content area context menu">
Save password
</message>
- <message name="IDS_CONTENT_CONTEXT_LANGUAGE_SETTINGS" desc="The name of the Language Settings command in the content area context menu">
- &amp;Language settings...
- </message>
<message name="IDS_CONTENT_CONTEXT_GENERATEPASSWORD" desc="The name of the Generate Password command in the content area context menu">
Generate password
</message>
@@ -950,9 +947,6 @@ are declared in build/common.gypi.
<message name="IDS_CONTENT_CONTEXT_FORCESAVEPASSWORD" desc="In Title Case: The name of the Save Password command in the content area context menu">
Save Password
</message>
- <message name="IDS_CONTENT_CONTEXT_LANGUAGE_SETTINGS" desc="In Title Case: The name of the Language Settings command in the content area context menu">
- &amp;Language Settings...
- </message>
<message name="IDS_CONTENT_CONTEXT_GENERATEPASSWORD" desc="In Title Case: The name of the Generate Password command in the content area context menu">
Generate Password
</message>
@@ -992,6 +986,27 @@ are declared in build/common.gypi.
</message>
</if>
+ <!-- Spelling submenu -->
+ <if expr="is_macosx">
+ <message name="IDS_CONTENT_CONTEXT_LANGUAGE_SETTINGS" desc="In Title Case: The name of the Language Settings command in the content area context menu">
+ &amp;Language Settings...
+ </message>
+ </if>
+ <if expr="not is_macosx">
+ <message name="IDS_CONTENT_CONTEXT_SPELLCHECK_MENU" desc="The name of the menu item that shows the submenu for spellcheck options">
+ &amp;Spellcheck...
+ </message>
+ <message name="IDS_CONTENT_CONTEXT_LANGUAGE_SETTINGS" desc="The name of the menu item that opens spellcheck settings in a new tab">
+ &amp;Settings...
+ </message>
+ <message name="IDS_CONTENT_CONTEXT_SPELLCHECK_MULTI_LINGUAL" desc="The name of the menu item that enables spellcheck in all languages">
+ &amp;All languages
+ </message>
+ <message name="IDS_CONTENT_CONTEXT_CHECK_SPELLING_WHILE_TYPING" desc="The name of the Check Spelling while Typing field command in the spelling context menu">
+ &amp;Check the spelling of text fields
+ </message>
+ </if>
+
<!-- Page menu. Android has separate strings for its menu -->
<if expr="not is_android">
<if expr="not use_titlecase">

Powered by Google App Engine
This is Rietveld 408576698