Remove unused string placeholder.

TBR=ivankr@chromium.org
BUG=141559

Review URL: https://chromiumcodereview.appspot.com/10836200

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151167 0039d316-1c4b-4281-b951-d872f2087c98
parent d6ababd9
...@@ -44,8 +44,7 @@ void UpdateScreenHandler::GetLocalizedStrings( ...@@ -44,8 +44,7 @@ void UpdateScreenHandler::GetLocalizedStrings(
localized_strings->SetString("checkingForUpdates", localized_strings->SetString("checkingForUpdates",
l10n_util::GetStringUTF16(IDS_CHECKING_FOR_UPDATES)); l10n_util::GetStringUTF16(IDS_CHECKING_FOR_UPDATES));
localized_strings->SetString("installingUpdateDesc", localized_strings->SetString("installingUpdateDesc",
l10n_util::GetStringFUTF16(IDS_UPDATE_MSG, l10n_util::GetStringFUTF16(IDS_UPDATE_MSG, short_product_name));
short_product_name, short_product_name));
localized_strings->SetString("downloadingTimeLeftLong", localized_strings->SetString("downloadingTimeLeftLong",
l10n_util::GetStringUTF16(IDS_DOWNLOADING_TIME_LEFT_LONG)); l10n_util::GetStringUTF16(IDS_DOWNLOADING_TIME_LEFT_LONG));
localized_strings->SetString("downloadingTimeLeftStatusOneHour", localized_strings->SetString("downloadingTimeLeftStatusOneHour",
......
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