Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2683)

Unified Diff: chrome/browser/ui/views/options/content_page_view.cc

Issue 6371007: String changes for sync dialog suggested by Brian. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/gtk/options/content_page_gtk.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)),
« no previous file with comments | « chrome/browser/ui/gtk/options/content_page_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698