diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-09 19:34:55 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-09 19:34:55 +0000 |
commit | b01d9501499bde32de8392e2a82503ed38e954b3 (patch) | |
tree | c199d49ec227a84c70dd7b8d5fa93c25bf6211ab /chrome/app | |
parent | 2b00b2669ae80dd68ae489d257cf6bfcef73a2f1 (diff) | |
download | chromium_src-b01d9501499bde32de8392e2a82503ed38e954b3.zip chromium_src-b01d9501499bde32de8392e2a82503ed38e954b3.tar.gz chromium_src-b01d9501499bde32de8392e2a82503ed38e954b3.tar.bz2 |
DOMUI Prefs: Add a subpage for startup page management.
This still uses the old-style controls for adding and removing entries, but it moves them to the sub-page as an incremental step toward the mocks.
BUG=63817
TEST=The new Manage Startup Pages button in the Basics section should open a subpage where pages can be added and removed.
Review URL: http://codereview.chromium.org/5594006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68755 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 752a05b..4498ebd 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6682,6 +6682,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_OPTIONS_STARTUP_SHOW_PAGES" desc="The label of the 'Show these pages:' startup option radio button"> Open the following pages: </message> + <message name="IDS_OPTIONS_STARTUP_SHOW_MANY_PAGES" desc="The label of the 'Open several specific pages' startup option radio button"> + Open several specific pages + </message> <message name="IDS_OPTIONS_STARTUP_PAGE_TOOLTIP" desc="A tooltip to display for a page in the list of pages to open on startup"> <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - <ph name="PAGE_URL">$2<ex>http://www.google.com/</ex></ph> </message> @@ -6691,8 +6694,14 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_OPTIONS_STARTUP_REMOVE_BUTTON" desc="The label of the 'Remove' button for the custom startup urls list"> &Remove </message> + <message name="IDS_OPTIONS_STARTUP_MANAGE_BUTTON" desc="The label of the 'Use Current' button for the custom startup urls list"> + Manage Startup Pages + </message> <message name="IDS_OPTIONS_STARTUP_USE_CURRENT" desc="The label of the 'Use Current' button for the custom startup urls list"> - Use Current + Use Current Pages + </message> + <message name="IDS_STARTUP_PAGE_SUBPAGE_TITLE" desc="Title for startup page management subpage"> + Startup Pages </message> <message name="IDS_OPTIONS_TOOLBAR_GROUP_NAME" desc="The title of the toolbar group"> |