From e37ab6b59ac2b8ddaf5f98f3f1fc173981c89317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Fri, 17 Aug 2018 09:37:43 +0200 Subject: [PATCH] Fix typo --- gajim/gui_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gajim/gui_interface.py b/gajim/gui_interface.py index aa08ae09d..8cc51e329 100644 --- 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',