| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 347fa5fd158185e86a738b5fe7e63f8a73ed7301..12f7d6e32fbdc9b60cc719406ac10f2bcc4659eb 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -517,15 +517,6 @@ are declared in build/common.gypi.
|
| <message name="IDS_CONTENT_CONTEXT_LANGUAGE_SETTINGS" desc="The name of the Language Settings command in the content area context menu">
|
| &Language settings...
|
| </message>
|
| - <message name="IDS_CONTENT_CONTEXT_CHECK_SPELLING_OF_THIS_FIELD" desc="The name of the Check the spelling of this field command in the content area context menu">
|
| - &Check the spelling of this field
|
| - </message>
|
| - <message name="IDS_CONTENT_CONTEXT_SHOW_SPELLING_PANEL" desc="The name of the Show Spelling Panel command in the content area context menu">
|
| - &Show spelling panel
|
| - </message>
|
| - <message name="IDS_CONTENT_CONTEXT_HIDE_SPELLING_PANEL" desc="The name of the Hide Spelling Panel command in the content area context menu">
|
| - &Hide spelling panel
|
| - </message>
|
| <message name="IDS_CONTENT_CONTEXT_SELECTALL" desc="The name of the Select All command in the content area context menu">
|
| Select &all
|
| </message>
|
| @@ -782,6 +773,30 @@ are declared in build/common.gypi.
|
| </message>
|
| </if>
|
|
|
| + <!-- Spelling submenu -->
|
| + <if expr="is_macosx">
|
| + <message name="IDS_CONTENT_CONTEXT_SPELLCHECK_MENU" desc="In Title Case: The name of the Spellcheck Options submenu in the spelling context menu">
|
| + Spelling and Grammar
|
| + </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 Spelling While Typing
|
| + </message>
|
| + <message name="IDS_CONTENT_CONTEXT_SHOW_SPELLING_PANEL" desc="The name of the Show Spelling Panel command in the spelling context menu">
|
| + Show Spelling and Grammar
|
| + </message>
|
| + <message name="IDS_CONTENT_CONTEXT_HIDE_SPELLING_PANEL" desc="The name of the Hide Spelling Panel command in the spelling context menu">
|
| + Hide Spelling and Grammar
|
| + </message>
|
| + </if>
|
| + <if expr="not is_macosx">
|
| + <message name="IDS_CONTENT_CONTEXT_SPELLCHECK_MENU" desc="In Title Case: The name of the Spellcheck Options submenu in the spelling context menu">
|
| + &Spell-checker Options
|
| + </message>
|
| + <message name="IDS_CONTENT_CONTEXT_CHECK_SPELLING_OF_THIS_FIELD" desc="The name of the Check the spelling of this field command in the spelling context menu">
|
| + &Check the spelling of this field
|
| + </message>
|
| + </if>
|
| +
|
| <!-- Paste and Match Style / Paste as Plain Text -->
|
| <if expr="is_macosx">
|
| <message name="IDS_CONTENT_CONTEXT_PASTE_AND_MATCH_STYLE" desc="Mac/In Title Case: The name of the 'Paste and Match Style' command in the content area context menu">
|
|
|