Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2013-08-16 21:57:10 +0400
committerYann Leboulanger <asterix@lagaule.org>2013-08-16 21:57:10 +0400
commitae13d1a8fbb310f9a2f50022e7e0c2247f46fcaf (patch)
tree84f7c6749a01fa5df339e6b156cc0871cb9e1f82 /regex_filter
parent795e241764f7478c75099e3ea1e1e419e2a76ec6 (diff)
fix plugin descriptions to use HTML
Diffstat (limited to 'regex_filter')
-rw-r--r--regex_filter/regex_filter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/regex_filter/regex_filter.py b/regex_filter/regex_filter.py
index 69e19dd..b25130d 100644
--- a/regex_filter/regex_filter.py
+++ b/regex_filter/regex_filter.py
@@ -38,7 +38,7 @@ class RegexFilterPlugin(GajimPlugin):
@log_calls('RegexFilterPlugin')
def init(self):
- self.description = _('Regex Filter Plugin.')
+ self.description = _('Filter incoming messages using regex.')
self.config_dialog = None
self.events_handlers = {