summaryrefslogtreecommitdiffstats
path: root/chrome/app/generated_resources.grd
diff options
context:
space:
mode:
authormhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-09 02:51:24 +0000
committermhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-09 02:51:24 +0000
commitc0e0ee4d9be9a9a682210ff1c7853e9f1f8e3770 (patch)
treee7aaa2c7b2590184574ef482b4fca6a1d03d2702 /chrome/app/generated_resources.grd
parentc8a6b8e4385e5bb44bf07d17e9c6072d0393b5d9 (diff)
downloadchromium_src-c0e0ee4d9be9a9a682210ff1c7853e9f1f8e3770.zip
chromium_src-c0e0ee4d9be9a9a682210ff1c7853e9f1f8e3770.tar.gz
chromium_src-c0e0ee4d9be9a9a682210ff1c7853e9f1f8e3770.tar.bz2
Form Autofil Options should be a radio group
The Form Autofil is currently just a checkbox. To fit the chomium design, we prefer radios for single questions because it a bit clearer which choice you choose. As well, we merged import data and clear browsing data into browsing data since the page was getting a bit long. BUG=13222 (http://crbug.com/13222) TEST=Tested the options pane, the form autofil worked as expected. Review URL: http://codereview.chromium.org/119146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17926 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r--chrome/app/generated_resources.grd32
1 files changed, 14 insertions, 18 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index bcdabc2..807e301 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -2996,17 +2996,17 @@ each locale. -->
<message name="IDS_OPTIONS_DIALOG_TITLE" desc="The title of the Options dialog box">
<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> Options
</message>
- <message name="IDS_OPTIONS_GENERAL_TAB_LABEL" desc="The title of the General tab">
- General
+ <message name="IDS_OPTIONS_GENERAL_TAB_LABEL" desc="The title of the Basics tab">
+ Basics
</message>
- <message name="IDS_OPTIONS_CONTENT_TAB_LABEL" desc="The title of the User Data tab">
- User Data
+ <message name="IDS_OPTIONS_CONTENT_TAB_LABEL" desc="The title of the Personal Stuff tab">
+ Personal Stuff
</message>
<message name="IDS_OPTIONS_USER_DATA_TAB_LABEL" desc="The title of the User Data tab">
User Data
</message>
- <message name="IDS_OPTIONS_ADVANCED_TAB_LABEL" desc="The title of the Advanced tab">
- Advanced
+ <message name="IDS_OPTIONS_ADVANCED_TAB_LABEL" desc="The title of the Under the Hood tab">
+ Under the Hood
</message>
<message name="IDS_OPTIONS_LEARN_MORE_LABEL" desc="In the options dialog, we have links to the support web pages where the user can learn more about a feature.">
Learn more
@@ -3128,9 +3128,12 @@ each locale. -->
<message name="IDS_AUTOFILL_SETTING_WINDOWS_GROUP_NAME" desc="The title of the form autofill group">
Form autofill:
</message>
- <message name="IDS_AUTOFILL_SAVEFORMS" desc="The autofill checkbox label">
+ <message name="IDS_OPTIONS_AUTOFILL_SAVE" desc="The label of the 'Ask me to save autofill' radio button">
Save text from forms to make them easier to fill out
</message>
+ <message name="IDS_OPTIONS_AUTOFILL_NEVERSAVE" desc="The label of the 'Never save autofill' radio button">
+ Never save text from forms
+ </message>
<message name="IDS_THEMES_GROUP_NAME" desc="The title of the themes group">
Themes:
@@ -3198,22 +3201,15 @@ each locale. -->
Allow all content to load
</message>
- <message name="IDS_OPTIONS_IMPORT_DATA_GROUP_NAME" desc="The title of the 'Import' group.">
- Import:
+ <message name="IDS_OPTIONS_BROWSING_DATA_GROUP_NAME" desc="The title of the 'Browsing Data' group.">
+ Browsing Data:
</message>
- <message name="IDS_OPTIONS_IMPORT_DATA_INFO" desc="Information text about import options.">
- You can import your bookmarks and settings from other browsers and user accounts on this computer.
+ <message name="IDS_OPTIONS_BROWSING_DATA_INFO" desc="Information text about browsing data options.">
+ You can import your bookmarks and settings from other browsers or clear your browsing data from this computer.
</message>
<message name="IDS_OPTIONS_IMPORT_DATA_BUTTON" desc="Label for the import data button.">
Import data...
</message>
-
- <message name="IDS_OPTIONS_CLEAR_DATA_GROUP_NAME" desc="The title of the 'Clear data' group.">
- Clear Data:
- </message>
- <message name="IDS_OPTIONS_CLEAR_DATA_INFO" desc="Information text about clear data options.">
- Clear your browsing data from this computer. Be aware that this may adversely affect the contents of the New Tab Page.
- </message>
<message name="IDS_OPTIONS_CLEAR_DATA_BUTTON" desc="Label for the Clear data button.">
Clear browsing data...
</message>