aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorLicaon_Kter <licaon-kter@users.noreply.github.com>2018-11-11 14:11:37 +0000
committerfiaxh <fiaxh@users.noreply.github.com>2018-11-11 10:36:25 -0600
commit38b532034f7ff60542a5751a283e734a23263bb7 (patch)
tree72c1a672eda9125bc128de43bd67517f986b5f74 /plugins
parent57c6708e2d05aab374386edbdb5b02a5fb28afea (diff)
downloaddino-38b532034f7ff60542a5751a283e734a23263bb7.tar.gz
dino-38b532034f7ff60542a5751a283e734a23263bb7.zip
Fix Typo
Diffstat (limited to 'plugins')
-rw-r--r--plugins/omemo/src/manage_key_dialog.vala2
1 files changed, 1 insertions, 1 deletions
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: