translations update and bug fix

This commit is contained in:
ingvar1995
2017-07-19 00:14:41 +03:00
parent 1ea919bdc2
commit d5d1e616ba
6 changed files with 685 additions and 505 deletions

View File

@@ -1414,7 +1414,7 @@ class Profile(basecontact.BaseContact, Singleton):
suggested_names = list(filter(lambda x: x.startswith(name), names))
if not len(suggested_names):
return '\t'
return suggested_names[0][len(name):]
return suggested_names[0][len(name):] + ': '
def tox_factory(data=None, settings=None):