Fix #9045, desync'ed

This commit is contained in:
Daniel Brötzmann 2018-09-28 14:59:49 +02:00 committed by Philipp Hörist
parent 0af65954be
commit fcc2e3a8cf
1 changed files with 1 additions and 1 deletions

View File

@ -2351,7 +2351,7 @@ class RosterWindow:
else:
uf_show = helpers.get_uf_show(show)
liststore.prepend(['SEPARATOR', None, '', True])
status_combobox_text = uf_show + ' (' + _("desync'ed") + ')'
status_combobox_text = uf_show + ' (' + _("desynced") + ')'
liststore.prepend(
[status_combobox_text, show, 'desync', False])
self.status_combobox.set_active(0)