Skip to content
Snippets Groups Projects
Commit 857a885f authored by nkour's avatar nkour
Browse files

just incase a translator does a bad thing

parent b0599ba7
No related branches found
No related tags found
No related merge requests found
......@@ -130,9 +130,10 @@ class GroupchatWindow(chat.Chat):
names.append(gajim.get_nick_from_jid(room_jid))
if len(names): #if one or more rooms connected
joined_names = ', '.join(names)
pritext = ngettext('Are you sure you want to leave room "%s"?' % \
names[0], 'Are you sure you want to leave rooms "%s"?' % \
', '.join(names), len(names))
joined_names, len(names))
sectext = ngettext(
'If you close this window, you will be disconnected from this room.',
......
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