diff options
author | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-06 23:16:02 +0000 |
---|---|---|
committer | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-06 23:16:02 +0000 |
commit | c125823b3f6c1dbf44f6627e64fff79eae469d60 (patch) | |
tree | 66a31a95a6487a2ad3408034b59f8fd17e562da8 /chrome/app | |
parent | 3bf36cd1fcd20a28cf90e8d4a151f886a2e766a7 (diff) | |
download | chromium_src-c125823b3f6c1dbf44f6627e64fff79eae469d60.zip chromium_src-c125823b3f6c1dbf44f6627e64fff79eae469d60.tar.gz chromium_src-c125823b3f6c1dbf44f6627e64fff79eae469d60.tar.bz2 |
Add 2 missing strings for bookmark manager
These 2 strings will be used to add a prompt when the user deletes a folder or
bookmark.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/1591020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43780 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 96843bf..10d1eb4 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6496,6 +6496,12 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_BOOKMARK_MANAGER_INVALID_URL" desc="Error message to display when the user tries to edit or create a bookmark with an invalud URL."> Invalid URL. </message> + <message name="IDS_BOOKMARK_MANAGER_REMOVE" desc="Label for menu item that is used to remove a folder or bookmark."> + Delete... + </message> + <message name="IDS_BOOKMARK_MANAGER_REMOVE_CONFIRM" desc="Warning text asking the user if he wants to remove the bookmark or the bookmark folder."> + Are you sure you want to remove '<ph name="BOOKMARK_TITLE">$1</ph>'? + </message> <!--Bookmark manager tooltip strings--> <message name="IDS_BOOKMARK_MANAGER_TOOLTIP_NEW_FOLDER_MAC" desc="Tooltip for bookmark manager New Folder button"> |