Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index e1e2a32b6bb76daff01f05350be5c6158bbabd1a..f47feee6ba70f1a6be7edf7b2e6c5d55b55a9cfa 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -8355,7 +8355,16 @@ Keep your key file in a safe place. You will need it to create new versions of y |
| <message name="IDS_SYNC_USE_DEFAULT_SETTINGS" desc="The text to display on the link to go back to the default sync preferences."> |
| Use default settings |
| </message> |
| - |
| + <if expr="pp_ifdef('use_titlecase')"> |
| + <message name="IDS_SHOW_SYNC_SETUP" desc="In title case. The title of the menu item to open the sync setup page. Shown in the Wrench menu."> |
| + Setup <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> Sync |
|
Miranda Callahan
2011/07/10 04:04:55
Actually, "Setup" is a noun -- "Set Up" should be
sail
2011/07/10 04:08:15
Done.
|
| + </message> |
| + </if> |
| + <if expr="not pp_ifdef('use_titlecase')"> |
| + <message name="IDS_SHOW_SYNC_SETUP" desc="The title of the menu item to open the sync setup page. Shown in the Wrench menu."> |
| + Setup <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> sync |
|
Miranda Callahan
2011/07/10 04:04:55
Same as above.
sail
2011/07/10 04:08:15
Done.
|
| + </message> |
| + </if> |
| <!-- SafeBrowsing --> |
| <message name="IDS_SAFE_BROWSING_MALWARE_TITLE" desc="SafeBrowsing Malware HTML title"> |
| Malware Detected! |