GNOME Bugzilla – Bug 659575
Wrong title in Notification
Last modified: 2013-09-07 17:24:06 UTC
Created attachment 197048 [details] toaster notification While working on bug #658961 I wrote this code: MessageTray.Notification.prototype._init.call(this, source, /* translators: argument is an account name like * alice@gmail.com for example. */ _("Password needed for account %s").format(account.get_display_name()), null, { customContent: true }); The title of the notification is correct in the "toaster" notification but the %s part is missing when opening the notification later. Attaching screenshots.
Created attachment 197049 [details] notification
Still happening with latest message-tray changes?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!