Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: chrome/app/generated_resources.grd

Issue 3018026: AutoFill: Capitalize "Options" in the AutoFill dialog title. (Closed)
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/nibs/AutoFillDialog.xib » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index d29b9ae9507646920cec84279c7b8d391b96390a..9ddd47941073f7b2e7b2221ddde90ddca2b5cfbf 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>
« no previous file with comments | « no previous file | chrome/app/nibs/AutoFillDialog.xib » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698