diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-28 20:23:50 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-28 20:23:50 +0000 |
commit | 1b2bb88355feef67a2b67968f0c4a91d16799e38 (patch) | |
tree | 6cb108071b1f6022ddc85d6ea1f7cf7bac8d0b1a | |
parent | ab9b01926d01eac4a9b23c5667ac502da7c58b58 (diff) | |
download | chromium_src-1b2bb88355feef67a2b67968f0c4a91d16799e38.zip chromium_src-1b2bb88355feef67a2b67968f0c4a91d16799e38.tar.gz chromium_src-1b2bb88355feef67a2b67968f0c4a91d16799e38.tar.bz2 |
"Add Page" window title capitalization was wrong.
(I went through the rest of the .grd to check all the window titles,
and filed a bug on the one other bad one.)
Spotted by Michael Monreal.
Review URL: http://codereview.chromium.org/159533
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21880 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index d3033e5..41514b9 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2039,7 +2039,7 @@ each locale. --> <!-- Shelf and Add shelf item dialog --> <message name="IDS_ASI_ADD_TITLE" desc="Title for the shelf item dialog when adding an item."> - Add page + Add Page </message> <message name="IDS_ASI_ADD" desc="The add button"> Add |