Skip to content
Snippets Groups Projects
Commit 2c534b32 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

[Sergey Khlutchin] show translated subscription in tooltip. Fixes #2077

parent fa21d11b
No related branches found
No related tags found
No related merge requests found
......@@ -511,7 +511,7 @@ def populate(self, contacts):
prim_contact.get_shown_name())))
if prim_contact.sub:
properties.append(( _('Subscription: '),
gtkgui_helpers.escape_for_pango_markup(prim_contact.sub)))
gtkgui_helpers.escape_for_pango_markup(helpers.get_uf_sub(prim_contact.sub))))
if prim_contact.keyID:
keyID = None
if len(prim_contact.keyID) == 8:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment