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

Unified Diff: chrome/browser/ui/cocoa/options/preferences_window_controller.mm

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/ui/cocoa/options/preferences_window_controller.mm
===================================================================
--- chrome/browser/ui/cocoa/options/preferences_window_controller.mm (revision 72173)
+++ chrome/browser/ui/cocoa/options/preferences_window_controller.mm (working copy)
@@ -1396,8 +1396,7 @@
[alert setMessageText:l10n_util::GetNSStringWithFixup(
IDS_SYNC_STOP_SYNCING_DIALOG_TITLE)];
[alert setInformativeText:l10n_util::GetNSStringFWithFixup(
- IDS_SYNC_STOP_SYNCING_EXPLANATION_LABEL,
- l10n_util::GetStringUTF16(IDS_PRODUCT_NAME))];
+ IDS_SYNC_STOP_SYNCING_EXPLANATION_LABEL)];
[alert setAlertStyle:NSWarningAlertStyle];
const SEL kEndSelector =
@selector(stopSyncAlertDidEnd:returnCode:contextInfo:);
« no previous file with comments | « chrome/browser/dom_ui/options/stop_syncing_handler.cc ('k') | chrome/browser/ui/gtk/options/content_page_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698