diff options
author | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-18 02:14:40 +0000 |
---|---|---|
committer | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-18 02:14:40 +0000 |
commit | d981cd2612938c3737d73922b5e2a9bc74da73ad (patch) | |
tree | f39cf20586c597fbc75cc2d385d2206b35d8912f /chrome/app | |
parent | 3a54c8d27749347d4e92b3edacd335eedf7765cd (diff) | |
download | chromium_src-d981cd2612938c3737d73922b5e2a9bc74da73ad.zip chromium_src-d981cd2612938c3737d73922b5e2a9bc74da73ad.tar.gz chromium_src-d981cd2612938c3737d73922b5e2a9bc74da73ad.tar.bz2 |
[Sync UI] Fix Mac main menu sync strings.
BUG=29358, 99264
TEST=Load chrome for mac. Under apple menu item should say "Sign in to Chrome...". When signed in, it should say "Signed in as foo@example.com...".
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=105349
Review URL: http://codereview.chromium.org/8242015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106002 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 344aaea..3ee5fb4 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -10433,10 +10433,10 @@ Keep your key file in a safe place. You will need it to create new versions of y </if> <if expr="pp_ifdef('use_titlecase')"> <message name="IDS_SYNC_MENU_PRE_SYNCED_LABEL" desc="The text for the sync app menu item before an account is synced."> - Sign in to <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph>... + Sign In to <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph>... </message> <message name="IDS_SYNC_MENU_SYNCED_LABEL" desc="The text for the sync app menu item when bookmark sync has been enabled"> - Signed in as <ph name="USER_NAME">$1<ex>pat@example.com</ex></ph>... + Signed In as <ph name="USER_NAME">$1<ex>pat@example.com</ex></ph>... </message> <message name="IDS_SYNC_MENU_SYNC_ERROR_LABEL" desc="In Title Case: The text for the sync app menu item when a bookmark sync error has occured"> Sync Error... |