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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 11421169: [Spellcheck] Explose the flag for autocorrect. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698