diff options
author | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-30 15:21:42 +0000 |
---|---|---|
committer | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-30 15:21:42 +0000 |
commit | 644a39b80d0c77fb9cf6c3763069d603c183fb79 (patch) | |
tree | b0ea9c03ffd11c23d092b2c1ef2b262c289ecdad /chrome/app/generated_resources.grd | |
parent | d5bb49f89c538c191bca3993cd423784f47a90ec (diff) | |
download | chromium_src-644a39b80d0c77fb9cf6c3763069d603c183fb79.zip chromium_src-644a39b80d0c77fb9cf6c3763069d603c183fb79.tar.gz chromium_src-644a39b80d0c77fb9cf6c3763069d603c183fb79.tar.bz2 |
Create a "User data" tab and remove the "minor tweaks" tab. The mockup is included in the issue.
Add new option fields to the "User Data" tab and reorganize the "Under the Hood" to fit a better User Experience.
BUG=11435 (http://crbug.com/11435)
TEST=Opened the option dialog and checked if functional.
Review URL: http://codereview.chromium.org/113896
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17288 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index a317bad..ae9d389 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2985,16 +2985,16 @@ each locale. --> <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"> - Basics + General </message> - <message name="IDS_OPTIONS_CONTENT_TAB_LABEL" desc="The title of the Tweaks tab"> - Minor Tweaks + <message name="IDS_OPTIONS_CONTENT_TAB_LABEL" desc="The title of the User Data tab"> + User Data </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"> - Under the Hood + Advanced </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 @@ -3063,7 +3063,7 @@ each locale. --> </message> <message name="IDS_OPTIONS_DOWNLOADLOCATION_GROUP_NAME" desc="The title of the download location group"> - Download location: + Downloads </message> <message name="IDS_OPTIONS_DOWNLOADLOCATION_BROWSE_BUTTON" desc="The label of the 'Browse...' button"> Br&owse... @@ -3127,10 +3127,6 @@ each locale. --> Reset to default theme </message> - <message name="IDS_OPTIONS_FONTSANDLANGUAGES_GROUP_NAME" desc="The label of the 'Fonts and Languages' group"> - Fonts and Languages: - </message> - <message name="IDS_OPTIONS_PROXIES_LABEL" desc="The info label for the 'Proxy settings' button"> Set up a proxy to connect to the network. </message> |