Commit 7020e113 authored by Scott Chen's avatar Scott Chen Committed by Commit Bot

MD User Manager: change 'save' button text.

Bug: 722788
Change-Id: I3235f1245587720bea79ee91cd28aac5cfa60928
Reviewed-on: https://chromium-review.googlesource.com/739386Reviewed-by: default avatarJérôme Lebel <jlebel@chromium.org>
Reviewed-by: default avatarMoe Ahmadi <mahmadi@chromium.org>
Reviewed-by: default avatarDemetrios Papadopoulos <dpapad@chromium.org>
Commit-Queue: Scott Chen <scottchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#513173}
parent 73b6e874
...@@ -86,7 +86,7 @@ void SigninCreateProfileHandler::GetLocalizedValues( ...@@ -86,7 +86,7 @@ void SigninCreateProfileHandler::GetLocalizedValues(
l10n_util::GetStringUTF16( l10n_util::GetStringUTF16(
IDS_PROFILES_CREATE_SUPERVISED_NO_SIGNED_IN_USER_TEXT)); IDS_PROFILES_CREATE_SUPERVISED_NO_SIGNED_IN_USER_TEXT));
localized_strings->SetString("createProfileConfirm", localized_strings->SetString("createProfileConfirm",
l10n_util::GetStringUTF16(IDS_SAVE)); l10n_util::GetStringUTF16(IDS_ADD));
localized_strings->SetString("learnMore", localized_strings->SetString("learnMore",
l10n_util::GetStringUTF16(IDS_LEARN_MORE)); l10n_util::GetStringUTF16(IDS_LEARN_MORE));
localized_strings->SetString( localized_strings->SetString(
......
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