Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| =================================================================== |
| --- chrome/app/generated_resources.grd (revision 97777) |
| +++ chrome/app/generated_resources.grd (working copy) |
| @@ -531,6 +531,12 @@ |
| <message name="IDS_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS" desc="The name of the No Spelling Suggestions display in the content area context menu"> |
| &No spelling suggestions |
| </message> |
| + <message name="IDS_CONTENT_CONTEXT_SPELLING_CHECKING" desc="The place-holder message shown while the Spelling servie is checking text"> |
|
Avi (use Gerrit)
2011/08/23 18:38:19
typo: service
Hironori Bono
2011/08/25 11:18:58
Done.
|
| + Loading spelling suggestion |
|
Ben Goodger (Google)
2011/08/23 16:12:52
append an ellipsis ...
Hironori Bono
2011/08/25 11:18:58
This change appends an ellipsis in SpellingMenuObs
|
| + </message> |
| + <message name="IDS_CONTENT_CONTEXT_SPELLING_CORRECT" desc="The message shown when the selection text is correct."> |
| + No suggestions found |
| + </message> |
| <message name="IDS_CONTENT_CONTEXT_SPELLCHECK_MENU" desc="The name of the Spellcheck Options submenu in the content area context menu"> |
| &Spell-checker options |
| </message> |
| @@ -725,6 +731,12 @@ |
| <message name="IDS_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS" desc="In Title Case: The name of the No Spelling Suggestions display in the content area context menu"> |
| &No Spelling Suggestions |
| </message> |
| + <message name="IDS_CONTENT_CONTEXT_SPELLING_CHECKING" desc="The place-holder message shown while the Spelling servie is checking text"> |
|
Avi (use Gerrit)
2011/08/23 18:38:19
same typo here
Hironori Bono
2011/08/25 11:18:58
Done.
|
| + Loading spelling suggestion |
| + </message> |
| + <message name="IDS_CONTENT_CONTEXT_SPELLING_CORRECT" desc="The message shown when the selection text is correct."> |
| + No suggestions found |
| + </message> |
| <message name="IDS_CONTENT_CONTEXT_SPELLCHECK_MENU" desc="In Title Case: The name of the Spellcheck Options submenu in the content area context menu"> |
| &Spell-checker Options |
| </message> |
| @@ -8832,7 +8844,9 @@ |
| <message name="IDS_OPTIONS_SUGGEST_PREF" desc="The documentation string of the 'Use Suggest' preference"> |
| Use a prediction service to help complete searches and URLs typed in the address bar |
| </message> |
| - |
| + <message name="IDS_OPTIONS_SPELLING_PREF" desc="The documentation string of the 'Use Spelling' preference"> |
| + Use a web serviece to help resolve spelling errors |
|
Ben Goodger (Google)
2011/08/23 16:12:52
service
Hironori Bono
2011/08/25 11:18:58
Done.
|
| + </message> |
| <message name="IDS_OPTIONS_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging"> |
| Automatically send usage statistics and crash reports to Google |
| </message> |