From 38b532034f7ff60542a5751a283e734a23263bb7 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Sun, 11 Nov 2018 14:11:37 +0000 Subject: [PATCH] Fix Typo --- plugins/omemo/src/manage_key_dialog.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/omemo/src/manage_key_dialog.vala b/plugins/omemo/src/manage_key_dialog.vala index 3eaaaa72..76940569 100644 --- a/plugins/omemo/src/manage_key_dialog.vala +++ b/plugins/omemo/src/manage_key_dialog.vala @@ -113,7 +113,7 @@ public class ManageKeyDialog : Gtk.Dialog { ListBoxRow reject_row = new ListBoxRow() { visible = true }; reject_row.add(make_action_box(_("Reject Key"), _("Stop accepting this key during communication with its associated contact."))); ListBoxRow accept_row = new ListBoxRow() {visible = true }; - accept_row.add(make_action_box(_("Accept Key"), _("Start accepting this key during communication with its assoicated contact"))); + accept_row.add(make_action_box(_("Accept Key"), _("Start accepting this key during communication with its associated contact"))); switch((Database.IdentityMetaTable.TrustLevel) device[db.identity_meta.trust_level]) { case Database.IdentityMetaTable.TrustLevel.TRUSTED: