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

Unified Diff: chrome/app/generated_resources.grd

Issue 8201025: Remove reference to sync from wrench menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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 | no next file » | 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 545610f58a1d0f14df2452c38c7dca0304aa92ab..3501c1e7670abbeb20d53bcbcba5af77991222e6 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -8803,17 +8803,17 @@ Keep your key file in a safe place. You will need it to create new versions of y
</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.">
- Sign in to <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> Sync...
+ Sign in to <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph>...
</message>
</if>
- <message name="IDS_SYNC_USER_NAME_IN_USE_ERROR" desc="An error message shown when a user tries to sign in to sync using a user name that's already in use by another profile.">
- This account is already being used on this computer.
- </message>
<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.">
- Sign in to <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> sync...
+ Sign in to <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph>...
</message>
</if>
+ <message name="IDS_SYNC_USER_NAME_IN_USE_ERROR" desc="An error message shown when a user tries to sign in to sync using a user name that's already in use by another profile.">
+ This account is already being used on this computer.
+ </message>
<if expr="pp_ifdef('use_titlecase')">
<message name="IDS_SHOW_SYNC_SETUP_USERNAME" desc="In title case. The title of the menu item to open the sync setup page. Shown in the Wrench menu when the user is signed into sync.">
Signed in as <ph name="USER_NAME">$1<ex>pat@example.com</ex></ph>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698