This commit is contained in:
mathieui 2014-10-22 19:10:40 +02:00
parent 9d58c9d32e
commit 0dc36d9598
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -833,7 +833,7 @@ class OneToOneTab(ChatTab):
tail = None
features_str = ', '.join(features)
if tail and empty:
features_str += _(', or %s') % tail
features_str += _(', nor %s') % tail
elif tail:
features_str += _(' and %s') % tail