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

[SF] fix string

parent 751ec180
No related branches found
No related tags found
No related merge requests found
......@@ -281,7 +281,7 @@ class VcardWindow:
self.xml.get_widget('subscription_label').set_text(uf_sub)
eb = self.xml.get_widget('subscription_label_eventbox')
if self.contact.sub == 'from':
tt_text = _("This contact is interested in your presence information, but he/she is not interested in yours")
tt_text = _("This contact is interested in your presence information, but you are not interested in his/her presence")
elif self.contact.sub == 'to':
tt_text = _("You are interested in the contact's presence information, but he/she is not interested in yours")
elif self.contact.sub == 'both':
......
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