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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1700373003: [win/cros/lin] Update spellcheck menu strings according to UX. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@spell-menu
Patch Set: The only mac-specific difference is casing. 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 e590a21cba9a9fd947c6638ab8377a0c634dd0ac..691672d50299e24cf3c2b464a815b3fc640dd9ff 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -989,20 +989,20 @@ are declared in build/common.gypi.
<!-- 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...
+ &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...
+ &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...
+ &amp;Language 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">
+ <message name="IDS_CONTENT_CONTEXT_CHECK_SPELLING_WHILE_TYPING" desc="The name of the menu item that toggles spellcheck on or off">
&amp;Check the spelling of text fields
</message>
</if>
@@ -9566,10 +9566,6 @@ I don't think this site should be blocked!
desc="The label for a language that cannot be used for spell checking">
This language cannot be used for spell checking
</message>
- <message name="IDS_OPTIONS_SETTINGS_IS_USED_FOR_SPELL_CHECKING"
- desc="The label for a language that is currently used for spell checking">
- This language is used for spell checking
- </message>
</if>
<if expr="not chromeos">
<message name="IDS_OPTIONS_SETTINGS_LANGUAGES_RELAUNCH_BUTTON"

Powered by Google App Engine
This is Rietveld 408576698