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

Unified Diff: chrome/browser/ui/cocoa/external_protocol_dialog.mm

Issue 2581623002: Clarify the strings in the external protocol dialog. (Closed)
Patch Set: Update strings cf. UX Created 4 years 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/app/generated_resources.grd ('k') | chrome/browser/ui/external_protocol_dialog_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/external_protocol_dialog.mm
diff --git a/chrome/browser/ui/cocoa/external_protocol_dialog.mm b/chrome/browser/ui/cocoa/external_protocol_dialog.mm
index 48d087f3ded85dfaee9face0654d30e7bf54d73d..baafbbebe2fed1cd518e84f6c78db5c5a4ecb9b9 100644
--- a/chrome/browser/ui/cocoa/external_protocol_dialog.mm
+++ b/chrome/browser/ui/cocoa/external_protocol_dialog.mm
@@ -66,7 +66,9 @@ void ExternalProtocolHandler::RunExternalProtocolDialog(
addButtonWithTitle:l10n_util::GetNSStringFWithFixup(
IDS_EXTERNAL_PROTOCOL_OK_BUTTON_TEXT, appName)];
[allowButton setKeyEquivalent:@""]; // disallow as default
- [alert_ addButtonWithTitle:l10n_util::GetNSStringWithFixup(IDS_CANCEL)];
+ [alert_ addButtonWithTitle:
+ l10n_util::GetNSStringWithFixup(
+ IDS_EXTERNAL_PROTOCOL_CANCEL_BUTTON_TEXT)];
[alert_ setShowsSuppressionButton:YES];
[[alert_ suppressionButton]
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/external_protocol_dialog_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698