diff --git a/gajim/roster_window.py b/gajim/roster_window.py index 1815868d2..2f9632380 100644 --- a/gajim/roster_window.py +++ b/gajim/roster_window.py @@ -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)