| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 2bde5cb3688c02a1ea67b5bd0076c0da0e00974a..419acda7356596620a22af6c9b2dbd2fdc1bd866 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -721,9 +721,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">
|
| - &Language settings...
|
| - </message>
|
| </if>
|
| <if expr="use_titlecase">
|
| <message name="IDS_CONTENT_CONTEXT_BACK" desc="In Title Case: The name of the Back command in the content area context menu">
|
| @@ -945,9 +942,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">
|
| - &Language Settings...
|
| - </message>
|
| </if>
|
| </if>
|
|
|
| @@ -984,6 +978,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">
|
| + &Language Settings...
|
| + </message>
|
| + </if>
|
| + <if expr="not is_macosx">
|
| + <message name="IDS_CONTENT_CONTEXT_SPELLCHECK_MENU" desc="he name of the menu item that shows the submenu for spellcheck options">
|
| + &Spellcheck...
|
| + </message>
|
| + <message name="IDS_CONTENT_CONTEXT_LANGUAGE_SETTINGS" desc="The name of the menu item that opens spellcheck settings in a new tab">
|
| + &Settings...
|
| + </message>
|
| + <message name="IDS_CONTENT_CONTEXT_SPELLCHECK_MULTI_LINGUAL" desc="The name of the menu item that enables spellcheck in all languages">
|
| + &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">
|
| + &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">
|
|
|