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:
authorlovetox <philipp@hoerist.com>2022-03-28 13:05:23 +0300
committerlovetox <philipp@hoerist.com>2022-03-28 13:05:27 +0300
commita13f46939304888810575a68aaa572baabcf6fbf (patch)
treefffa8b91c52984c6c5750d5122d1af16ffcd5966
parentebbacf6df4142902e6da5e827671dc8180f7717e (diff)
[regex] Update description
-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 ea55727..e634110 100644
--- a/regex_filter/regex_filter.py
+++ b/regex_filter/regex_filter.py
@@ -39,7 +39,7 @@ class RegexFilterPlugin(GajimPlugin):
@log_calls('RegexFilterPlugin')
def init(self):
- self.description = _('Regex Filter Plugin.')
+ self.description = _('Filter messages with regex')
self.config_dialog = None
self.events_handlers = {