mirror of
https://github.com/pulb/mailnag.git
synced 2026-01-31 00:59:04 +01:00
fixed plugin names
This commit is contained in:
@@ -108,7 +108,7 @@ class LibNotifyPlugin(Plugin):
|
||||
|
||||
|
||||
def get_manifest(self):
|
||||
return (_("LibNotify notifications"),
|
||||
return (_("LibNotify Notifications"),
|
||||
_("Shows a popup when new mails arrive."),
|
||||
"1.0",
|
||||
"Patrick Ulbrich <zulu99@gmx.net>",
|
||||
|
||||
@@ -61,7 +61,7 @@ class SoundPlugin(Plugin):
|
||||
|
||||
|
||||
def get_manifest(self):
|
||||
return (_("Sound notifications"),
|
||||
return (_("Sound Notifications"),
|
||||
_("Plays a sound when new mails arrive."),
|
||||
"1.0",
|
||||
"Patrick Ulbrich <zulu99@gmx.net>",
|
||||
|
||||
@@ -66,7 +66,7 @@ class SpamfilterPlugin(Plugin):
|
||||
|
||||
|
||||
def get_manifest(self):
|
||||
return (_("Spam filter"),
|
||||
return (_("Spam Filter"),
|
||||
_("Filters out unwanted mails."),
|
||||
"1.0",
|
||||
"Patrick Ulbrich <zulu99@gmx.net>",
|
||||
|
||||
@@ -59,7 +59,7 @@ class UserscriptPlugin(Plugin):
|
||||
|
||||
|
||||
def get_manifest(self):
|
||||
return (_("User script"),
|
||||
return (_("User Script"),
|
||||
_("Runs an user defined script on mail arrival."),
|
||||
"1.0",
|
||||
"Patrick Ulbrich <zulu99@gmx.net>",
|
||||
|
||||
Reference in New Issue
Block a user