Commit fea43a59 authored by ivankr@chromium.org's avatar ivankr@chromium.org

[cros] Fix OOBE image selection screen title.

BUG=chromium-os:22001
TEST=Manual: title of the OOBE image selection screen should offer to choose, not to change, a picture.

Review URL: http://codereview.chromium.org/8433002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108089 0039d316-1c4b-4281-b951-d872f2087c98
parent 3d0f0603
...@@ -43,8 +43,10 @@ UserImageScreenHandler::~UserImageScreenHandler() { ...@@ -43,8 +43,10 @@ UserImageScreenHandler::~UserImageScreenHandler() {
void UserImageScreenHandler::GetLocalizedStrings( void UserImageScreenHandler::GetLocalizedStrings(
DictionaryValue *localized_strings) { DictionaryValue *localized_strings) {
// TODO(ivankr): string should be renamed to something like
// IDS_USER_IMAGE_SCREEN_TITLE (currently used for Take Photo dialog).
localized_strings->SetString("userImageScreenTitle", localized_strings->SetString("userImageScreenTitle",
l10n_util::GetStringUTF16(IDS_OPTIONS_CHANGE_PICTURE_DIALOG_TITLE)); l10n_util::GetStringUTF16(IDS_OOBE_PICTURE));
localized_strings->SetString("userImageScreenDescription", localized_strings->SetString("userImageScreenDescription",
l10n_util::GetStringUTF16(IDS_OPTIONS_CHANGE_PICTURE_DIALOG_TEXT)); l10n_util::GetStringUTF16(IDS_OPTIONS_CHANGE_PICTURE_DIALOG_TEXT));
localized_strings->SetString("takePhoto", localized_strings->SetString("takePhoto",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment