From 94d5ba7bbe459db41f8193373f757632c3489c5a Mon Sep 17 00:00:00 2001 From: Dan Breslau Date: Fri, 16 Dec 2016 14:16:34 -0500 Subject: [PATCH] Fixed non-ASCII char in translatable text --- src/moonshot-trust-anchor-dialog.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/moonshot-trust-anchor-dialog.vala b/src/moonshot-trust-anchor-dialog.vala index 04fc1e0..89ea6fc 100644 --- a/src/moonshot-trust-anchor-dialog.vala +++ b/src/moonshot-trust-anchor-dialog.vala @@ -144,7 +144,7 @@ class TrustAnchorDialog : Dialog string realm, string fingerprint) { - string server_ta_label_text = _("Server’s trust anchor certificate (SHA-256 fingerprint):"); + string server_ta_label_text = _("Server's trust anchor certificate (SHA-256 fingerprint):"); this.set_title(_("Trust Anchor")); this.set_modal(true); -- 2.1.4