diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-05 22:00:17 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-05 22:00:17 +0000 |
commit | 4675fee830843ebb5caf7e5a8e0bbbdf436241f3 (patch) | |
tree | 20ffe0664c4f308ff28a450e46dd5aec8134baf6 /chrome/app | |
parent | abf68099745ba6ac94a766ca948371a7f1d009d1 (diff) | |
download | chromium_src-4675fee830843ebb5caf7e5a8e0bbbdf436241f3.zip chromium_src-4675fee830843ebb5caf7e5a8e0bbbdf436241f3.tar.gz chromium_src-4675fee830843ebb5caf7e5a8e0bbbdf436241f3.tar.bz2 |
Landing a patch (http://codereview.chromium.org/249054) from an external contributor (Thiago Farina). Description from original changelist:
Add ellipses to |Add| and |Edit| buttons of Search engine manager(keyword view), since they opens another window and
does not, for example, add or edit the selected item.
BUG=16380
TEST=Open the search engine manager and see if the |Add| and the |Edit| button has the "..." in the end.
Review URL: http://codereview.chromium.org/257053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28054 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index c821a96..d77bb4fe 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -1040,7 +1040,7 @@ each locale. --> </message> <message name="IDS_SEARCH_ENGINES_EDITOR_NEW_BUTTON" desc="Text of the new button in the search engines editor"> - Add + Add... </message> <message name="IDS_SEARCH_ENGINES_EDITOR_REMOVE_BUTTON" desc="Text of the remove button in the search engines editor"> @@ -1048,7 +1048,7 @@ each locale. --> </message> <message name="IDS_SEARCH_ENGINES_EDITOR_EDIT_BUTTON" desc="Text of the edit button in the search engines editor"> - Edit + Edit... </message> <message name="IDS_SEARCH_ENGINES_EDITOR_MAKE_DEFAULT_BUTTON" desc="Text of the button that makes the selected endint the default search engine"> |