Philipp Hörist pushed to branch master at gajim / gajim

Commits:
1712743f by Philipp Hörist at 2018-07-05T18:14:36+02:00
Fix typo

- - - - -


1 changed file:

- gajim/common/modules/user_tune.py


Changes:

=====================================
gajim/common/modules/user_tune.py
=====================================
--- a/gajim/common/modules/user_tune.py
+++ b/gajim/common/modules/user_tune.py
@@ -69,7 +69,7 @@ class UserTune(AbstractPEPModule):
         tune_dict = {}
         tune_tag = item.getTag('tune', namespace=self.namespace)
         if tune_tag is None:
-            raise StanzaMalformed('No activity node')
+            raise StanzaMalformed('No tune node')
 
         for child in tune_tag.getChildren():
             name = child.getName().strip()



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/1712743fd5372b18c011163d0b8fa76688cd10f3

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/1712743fd5372b18c011163d0b8fa76688cd10f3
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to