Typo
This commit is contained in:
parent
9d58c9d32e
commit
0dc36d9598
1 changed files with 1 additions and 1 deletions
|
@ -833,7 +833,7 @@ class OneToOneTab(ChatTab):
|
||||||
tail = None
|
tail = None
|
||||||
features_str = ', '.join(features)
|
features_str = ', '.join(features)
|
||||||
if tail and empty:
|
if tail and empty:
|
||||||
features_str += _(', or %s') % tail
|
features_str += _(', nor %s') % tail
|
||||||
elif tail:
|
elif tail:
|
||||||
features_str += _(' and %s') % tail
|
features_str += _(' and %s') % tail
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue