mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-06 15:55:37 +02:00
Fix i18n in userscript plugin
This commit is contained in:
@@ -83,7 +83,7 @@ class UserscriptPlugin(Plugin):
|
||||
markup_str = "<i><%s> <%s> <%s></i>" % (_('account'), _('sender'), _('subject'))
|
||||
desc = _( "The following script will be executed whenever new mails arrive.\n"
|
||||
"Mailnag passes the total count of new mails to this script,\n"
|
||||
"followed by %s sequences." % markup_str)
|
||||
"followed by %s sequences.") % markup_str
|
||||
|
||||
label = Gtk.Label()
|
||||
label.set_line_wrap(True)
|
||||
|
||||
Reference in New Issue
Block a user