diff options
author | avayvod@chromium.org <avayvod@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-19 08:08:56 +0000 |
---|---|---|
committer | avayvod@chromium.org <avayvod@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-19 08:08:56 +0000 |
commit | a72f59ceaf76e093debef45d6625c98c306883a6 (patch) | |
tree | 44ad873c51af1e393ee9fe0e68b1b26eee7357fc /chrome/app | |
parent | afff21e3a947accb6c57cb5d5d170a11de23f80f (diff) | |
download | chromium_src-a72f59ceaf76e093debef45d6625c98c306883a6.zip chromium_src-a72f59ceaf76e093debef45d6625c98c306883a6.tar.gz chromium_src-a72f59ceaf76e093debef45d6625c98c306883a6.tar.bz2 |
Removed mentions of changing picture later in Settings since there's no such thing yet.
BUG=chromium-os:9393
TEST=Verify that Settings are not mentioned in both screen title and message when camera fails to initialize.
TBR=zelidrag@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66747 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 b62c835..d5bef75 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3369,10 +3369,10 @@ each locale. --> </message> <!-- User Image Selection Dialog --> <message name="IDS_USER_IMAGE_SCREEN_TITLE" desc="String to be displayed in the title bar of the user image selection dialog"> - Smile! Take a picture of yourself and set it as your account picture. You can change the picture later in Settings. + Smile! Take a picture of yourself and set it as your account picture. </message> <message name="IDS_USER_IMAGE_NO_VIDEO" desc="Error text to be displayed on user image if camera fails to initialize"> - The camera failed to initialize. Please, try setting your photo later in Preferences. + The camera failed to initialize. </message> <!-- OOBE progress bar labels --> <message name="IDS_OOBE_SELECT_NETWORK" desc="The label of OOBE progress bar step, must be short"> |