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

Unified Diff: chrome/browser/dom_ui/options/stop_syncing_handler.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
Index: chrome/browser/dom_ui/options/stop_syncing_handler.cc
===================================================================
--- chrome/browser/dom_ui/options/stop_syncing_handler.cc (revision 72173)
+++ chrome/browser/dom_ui/options/stop_syncing_handler.cc (working copy)
@@ -24,8 +24,7 @@
DictionaryValue* localized_strings) {
DCHECK(localized_strings);
localized_strings->SetString("stop_syncing_explanation",
- l10n_util::GetStringFUTF16(IDS_SYNC_STOP_SYNCING_EXPLANATION_LABEL,
- l10n_util::GetStringUTF16(IDS_PRODUCT_NAME)));
+ l10n_util::GetStringUTF16(IDS_SYNC_STOP_SYNCING_EXPLANATION_LABEL));
localized_strings->SetString("stop_syncing_title",
l10n_util::GetStringUTF16(IDS_SYNC_STOP_SYNCING_DIALOG_TITLE));
localized_strings->SetString("stop_syncing_confirm",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/cocoa/options/preferences_window_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698