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> |