Skip to content
Snippets Groups Projects
Commit 8110474f authored by Daniel Brötzmann's avatar Daniel Brötzmann
Browse files

GroupChatInvitation: Fix invitation label

parent 42b0d572
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ def __init__(self, account, event):
contact_label.set_justify(Gtk.Justification.CENTER)
contact_label.set_line_wrap(True)
invitation_label = Gtk.Label(
label=_('Has invited you to a group chat.\nDo you want to join?'))
label=_('has invited you to a group chat.\nDo you want to join?'))
invitation_label.set_halign(Gtk.Align.CENTER)
invitation_label.set_justify(Gtk.Justification.CENTER)
invitation_label.set_max_width_chars(50)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment