[magneto] set notification applet title to "System Updates"

This commit is contained in:
Fabio Erculiani
2011-10-06 08:25:16 +02:00
parent 105023141e
commit e0e08d4489

View File

@@ -146,7 +146,7 @@ class Magneto(MagnetoCore):
def do_show():
if ((title, text) == self.last_alert) and not force:
return False
pynotify.init("XY")
pynotify.init(_("System Updates"))
n = pynotify.Notification(title, text)
if urgency == 'critical':
n.set_urgency(pynotify.URGENCY_CRITICAL)