Index: chrome/browser/ui/views/options/content_page_view.cc |
=================================================================== |
--- chrome/browser/ui/views/options/content_page_view.cc (revision 72173) |
+++ chrome/browser/ui/views/options/content_page_view.cc (working copy) |
@@ -128,10 +128,9 @@ |
ConfirmMessageBoxDialog::RunWithCustomConfiguration( |
GetWindow()->GetNativeWindow(), |
this, |
- UTF16ToWide(l10n_util::GetStringFUTF16( |
- IDS_SYNC_STOP_SYNCING_EXPLANATION_LABEL, |
- l10n_util::GetStringUTF16(IDS_PRODUCT_NAME))), |
UTF16ToWide(l10n_util::GetStringUTF16( |
+ IDS_SYNC_STOP_SYNCING_EXPLANATION_LABEL)), |
+ UTF16ToWide(l10n_util::GetStringUTF16( |
IDS_SYNC_STOP_SYNCING_DIALOG_TITLE)), |
UTF16ToWide(l10n_util::GetStringUTF16( |
IDS_SYNC_STOP_SYNCING_CONFIRM_BUTTON_LABEL)), |