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

Unified Diff: chrome/browser/notifications/notification_ui_manager_mac.mm

Issue 1902403003: Change the ellpisis (...) to Options as per UI review feedback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/notification_ui_manager_mac.mm
diff --git a/chrome/browser/notifications/notification_ui_manager_mac.mm b/chrome/browser/notifications/notification_ui_manager_mac.mm
index 74023f7ab5a65b090c1cc9c51b39b7b7c671b489..ef595dbffc38d94b1dd6b98cc70c9c6eb0e0f51f 100644
--- a/chrome/browser/notifications/notification_ui_manager_mac.mm
+++ b/chrome/browser/notifications/notification_ui_manager_mac.mm
@@ -147,8 +147,8 @@ void NotificationUIManagerMac::Add(const Notification& notification,
DCHECK(
[toast respondsToSelector:@selector(_alternateActionButtonTitles)]);
- // utf8 ellipsis:
- [toast setActionButtonTitle:@"\u2026"];
+ [toast setActionButtonTitle:l10n_util::GetNSString(
+ IDS_NOTIFICATION_BUTTON_OPTIONS)];
[toast setValue:@YES
forKey:@"_alwaysShowAlternateActionMenu"];
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698