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

Commits:
e37ab6b5 by Philipp Hörist at 2018-08-17T07:37:43Z
Fix typo
- - - - -


1 changed file:

- gajim/gui_interface.py


Changes:

=====================================
gajim/gui_interface.py
=====================================
--- a/gajim/gui_interface.py
+++ b/gajim/gui_interface.py
@@ -658,7 +658,7 @@ class Interface:
 
         if helpers.allow_showing_notification(obj.account):
             event_type = _('Groupchat Invitation')
-            text = _('Your are invited to {room} by {user}').format(
+            text = _('You are invited to {room} by {user}').format(
                 room=obj.room_jid, user=str(obj.from_))
             app.notification.popup(
                 event_type, obj.room_jid, obj.account, 'gc-invitation',



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

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

Reply via email to