diff options
author | Translations <translations@dino.im> | 2017-11-18 19:42:22 +0100 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2017-11-18 19:43:59 +0100 |
commit | ebf8d7ab01bd9df03c3a9fda0f0e2c5da228c8ce (patch) | |
tree | eab3a2a6be0e7ff1e7f2b238224d78d078189165 /plugins/omemo/src | |
parent | 2a514d0969f5c25d5e2d14421125a47df6b14974 (diff) | |
download | dino-ebf8d7ab01bd9df03c3a9fda0f0e2c5da228c8ce.tar.gz dino-ebf8d7ab01bd9df03c3a9fda0f0e2c5da228c8ce.zip |
Update translations
Diffstat (limited to 'plugins/omemo/src')
-rw-r--r-- | plugins/omemo/src/contact_details_provider.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/omemo/src/contact_details_provider.vala b/plugins/omemo/src/contact_details_provider.vala index 8155424d..05b85d9f 100644 --- a/plugins/omemo/src/contact_details_provider.vala +++ b/plugins/omemo/src/contact_details_provider.vala @@ -28,7 +28,7 @@ public class ContactDetailsProvider : Plugins.ContactDetailsProvider, Object { } if (i > 0) { Label label = new Label(res) { use_markup=true, justify=Justification.RIGHT, selectable=true, visible=true }; - contact_details.add(_("Encryption"), _("OMEMO"), n("%d OMEMO device", "%d OMEMO devices", i).printf(i), label); + contact_details.add(_("Encryption"), "OMEMO", n("%d OMEMO device", "%d OMEMO devices", i).printf(i), label); } } } |