Index: chrome/browser/ui/webui/options/stop_syncing_handler.cc |
diff --git a/chrome/browser/ui/webui/options/stop_syncing_handler.cc b/chrome/browser/ui/webui/options/stop_syncing_handler.cc |
index cba145b2de5b67ae9c737abcd14ddb600b234eea..4cae76156419d4ee32ce25c79e4ba9152e74a66e 100644 |
--- a/chrome/browser/ui/webui/options/stop_syncing_handler.cc |
+++ b/chrome/browser/ui/webui/options/stop_syncing_handler.cc |
@@ -24,7 +24,8 @@ void StopSyncingHandler::GetLocalizedValues( |
DictionaryValue* localized_strings) { |
DCHECK(localized_strings); |
localized_strings->SetString("stopSyncingExplanation", |
- l10n_util::GetStringUTF16(IDS_SYNC_STOP_SYNCING_EXPLANATION_LABEL)); |
+ l10n_util::GetStringFUTF16(IDS_SYNC_STOP_SYNCING_EXPLANATION_LABEL, |
+ l10n_util::GetStringUTF16(IDS_PRODUCT_NAME))); |
localized_strings->SetString("stopSyncingTitle", |
l10n_util::GetStringUTF16(IDS_SYNC_STOP_SYNCING_DIALOG_TITLE)); |
localized_strings->SetString("stopSyncingConfirm", |