diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-29 20:41:45 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-29 20:41:45 +0000 |
commit | 210e6513fc9ddbf0538bcee31f9a9a3f581902fd (patch) | |
tree | f26ee614c6f651d45ce9d2215198a9b16594b8f4 /chrome/app | |
parent | 5fe145e46185045ee9d6b2523c8c852197b32031 (diff) | |
download | chromium_src-210e6513fc9ddbf0538bcee31f9a9a3f581902fd.zip chromium_src-210e6513fc9ddbf0538bcee31f9a9a3f581902fd.tar.gz chromium_src-210e6513fc9ddbf0538bcee31f9a9a3f581902fd.tar.bz2 |
AutoFill: Capitalize "Options" in the AutoFill dialog title.
BUG=50378
TEST=none
Review URL: http://codereview.chromium.org/3018026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54183 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 10 | ||||
-rw-r--r-- | chrome/app/nibs/AutoFillDialog.xib | 2 |
2 files changed, 9 insertions, 3 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index d29b9ae..9ddd479 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5712,12 +5712,18 @@ Keep your key file in a safe place. You will need it to create new versions of y Clear form </message> <if expr="os != 'darwin'"> - <message name="IDS_AUTOFILL_OPTIONS" desc="The title of the AutoFill dialog."> + <message name="IDS_AUTOFILL_OPTIONS_TITLE" desc="The title of the AutoFill dialog."> + AutoFill Options + </message> + <message name="IDS_AUTOFILL_OPTIONS" desc="The value of the AutoFill options menu entry and button."> AutoFill options </message> </if> <if expr="os == 'darwin'"> - <message name="IDS_AUTOFILL_OPTIONS" desc="The title of the AutoFill dialog."> + <message name="IDS_AUTOFILL_OPTIONS_TITLE" desc="The title of the AutoFill dialog."> + AutoFill Preferences + </message> + <message name="IDS_AUTOFILL_OPTIONS" desc="The value of the AutoFill options menu entry and button."> AutoFill preferences </message> </if> diff --git a/chrome/app/nibs/AutoFillDialog.xib b/chrome/app/nibs/AutoFillDialog.xib index f7edaa9..f2fdbee 100644 --- a/chrome/app/nibs/AutoFillDialog.xib +++ b/chrome/app/nibs/AutoFillDialog.xib @@ -43,7 +43,7 @@ <int key="NSWindowBacking">2</int> <string key="NSWindowRect">{{1022, 804}, {570, 401}}</string> <int key="NSWTFlags">544735232</int> - <string key="NSWindowTitle">^IDS_AUTOFILL_OPTIONS</string> + <string key="NSWindowTitle">^IDS_AUTOFILL_OPTIONS_TITLE</string> <string key="NSWindowClass">NSWindow</string> <nil key="NSViewClass"/> <string key="NSWindowContentMaxSize">{1.79769e+308, 1.79769e+308}</string> |