From: Dan Breslau Date: Fri, 16 Dec 2016 19:16:34 +0000 (-0500) Subject: Fixed non-ASCII char in translatable text X-Git-Tag: centos-1.0.5-1~9 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot-ui.git;a=commitdiff_plain;h=94d5ba7bbe459db41f8193373f757632c3489c5a Fixed non-ASCII char in translatable text --- 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);