Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 0b93fbba372c54aeaa81c40b74271c8eb3dcf5ba..dccead8a96e6bd6395e35f0a18287181f6707cec 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -6853,6 +6853,12 @@ Keep your key file in a safe place. You will need it to create new versions of y |
| <message name="IDS_FLAGS_FORCE_SYNC_SPELLCHECK_DESCRIPTION" desc="Description for the flag to force synchronous spellchecking."> |
| Force use of synchronous spellchecking. Enabling this flag will prevent Chrome from using a web service to get spellchecking results. |
| </message> |
| + <message name="IDS_FLAGS_SPELLCHECK_AUTOCORRECT" desc="Title for the flag to turn on text autocorrection."> |
| + Force Synchronous Spellchecking |
|
groby-ooo-7-16
2012/11/30 02:19:22
Shouldn't this be "enable autocorrect"?
rpetterson
2012/11/30 02:23:57
Yes . . . copy/paste error :P
Should be fixed now
|
| + </message> |
| + <message name="IDS_FLAGS_SPELLCHECK_AUTOCORRECT_DESCRIPTION" desc="Description for the flag to force synchronous spellchecking."> |
| + Turn on autocorrection of text while typing. Synchronous spellchecking is not compatible with this feature. |
| + </message> |
| <message name="IDS_FLAGS_NO_DISCARD_TABS_NAME" desc="Name for the flag to disable the tab discarding feature."> |
| Don't discard tabs. |
| </message> |