From b482c57f3b5d78d853dfa4da51e274fc0b09dbb7 Mon Sep 17 00:00:00 2001 From: Translations Date: Sun, 31 Dec 2017 20:45:59 +0100 Subject: Update translations --- plugins/omemo/src/account_settings_dialog.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/omemo/src') diff --git a/plugins/omemo/src/account_settings_dialog.vala b/plugins/omemo/src/account_settings_dialog.vala index d77b9df3..f0262c31 100644 --- a/plugins/omemo/src/account_settings_dialog.vala +++ b/plugins/omemo/src/account_settings_dialog.vala @@ -32,7 +32,7 @@ public class AccountSettingsDialog : Gtk.Dialog { other_list.foreach((widget) => { widget.destroy(); }); } string? other_b64 = row[plugin.db.identity_meta.identity_key_public_base64]; - Label lbl = new Label(other_b64 != null ? fingerprint_markup(fingerprint_from_base64(other_b64)) : _("Unknown device (0x%xd)").printf(row[plugin.db.identity_meta.device_id])) { use_markup = true, visible = true, margin = 8, selectable=true }; + Label lbl = new Label(other_b64 != null ? fingerprint_markup(fingerprint_from_base64(other_b64)) : _("Unknown device (0x%.8x)").printf(row[plugin.db.identity_meta.device_id])) { use_markup = true, visible = true, margin = 8, selectable=true }; if (row[plugin.db.identity_meta.now_active] && other_b64 != null) { other_list.insert(lbl, 0); } else { -- cgit v1.2.3-54-g00ecf