diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-08 03:08:50 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-08 03:08:50 +0000 |
commit | d5941b61109eafea7b296c72c6c2852b1d37f43d (patch) | |
tree | 75d48328cc135c49596885ebd336534a95877b43 /chrome/app | |
parent | 75995b3bbe0e27dc7489e14868db994d4de98649 (diff) | |
download | chromium_src-d5941b61109eafea7b296c72c6c2852b1d37f43d.zip chromium_src-d5941b61109eafea7b296c72c6c2852b1d37f43d.tar.gz chromium_src-d5941b61109eafea7b296c72c6c2852b1d37f43d.tar.bz2 |
Tweak strings in avatar menu
BUG=99530
TEST=
Review URL: http://codereview.chromium.org/8201026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104641 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 3501c1e..1c2a6b6 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -8689,7 +8689,7 @@ Keep your key file in a safe place. You will need it to create new versions of y New user </message> <message name="IDS_PROFILES_EDIT_PROFILE_LINK" desc="Link in the avatar menu bubble to edit a profile."> - edit your profile + edit </message> <message name="IDS_PROFILES_CUSTOMIZE_PROFILE_ACCESSIBLE_NAME" desc="Description of the customize profile button. This is used for accessibility."> Customize user: <ph name="PROFILE_NAME">$1<ex>First user</ex></ph> @@ -8727,7 +8727,7 @@ Keep your key file in a safe place. You will need it to create new versions of y </message> </if> <message name="IDS_PROFILES_LOCAL_PROFILE_STATE" desc="This is displayed underneath the profile name for profiles that are not signed into sync."> - Local user + Not signed in </message> <if expr="not pp_ifdef('use_titlecase')"> <message name="IDS_PROFILES_CONNECT_BUTTON_LABEL" desc="The label that appears on the profile connect button in the options dialog when the user has not connected a Google Account to their profile."> |