fixed plugin names

This commit is contained in:
Patrick Ulbrich
2014-03-25 19:27:07 +01:00
parent f898a8cb06
commit e647ea9ed7
4 changed files with 4 additions and 4 deletions

View File

@@ -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>",

View File

@@ -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>",

View File

@@ -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>",

View File

@@ -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>",