translations update and bug fix
This commit is contained in:
parent
1ea919bdc2
commit
d5d1e616ba
6 changed files with 685 additions and 505 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue