From 432074ff1b2cf912b350b82332a7993b6e58cd6f Mon Sep 17 00:00:00 2001 From: Henrik Ullman Date: Sun, 28 Jul 2019 07:42:54 -0700 Subject: Fix Manage Key dialog string for verified keys (#588) --- plugins/omemo/src/ui/manage_key_dialog.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/omemo') diff --git a/plugins/omemo/src/ui/manage_key_dialog.vala b/plugins/omemo/src/ui/manage_key_dialog.vala index 51dcbad0..bf003c41 100644 --- a/plugins/omemo/src/ui/manage_key_dialog.vala +++ b/plugins/omemo/src/ui/manage_key_dialog.vala @@ -122,7 +122,7 @@ public class ManageKeyDialog : Gtk.Dialog { main_action_list.add(reject_row); break; case TrustLevel.VERIFIED: - main_desc_label.set_markup(_("This key is currently %s.").printf(""+_("verified")+"")+" "+_("This means it can be used by %s to receive and send messages.") + " " + _("Additionally it has been verified to match the key on the contact's device.").printf(@"$(device[db.identity_meta.address_name])")); + main_desc_label.set_markup(_("This key is currently %s.").printf(""+_("verified")+"")+" "+_("This means it can be used by %s to receive and send messages.").printf(@"$(device[db.identity_meta.address_name])") + " " + _("Additionally it has been verified to match the key on the contact's device.")); main_action_list.add(reject_row); break; case TrustLevel.UNTRUSTED: -- cgit v1.2.3-54-g00ecf