[network-manager-applet] editor: use a Unicode apostrophe in a new string



commit 5ff1d09f94a3d0aa99f82613a1197f0a67035935
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Mar 19 21:27:20 2017 +0100

    editor: use a Unicode apostrophe in a new string
    
    See https://developer.gnome.org/hig/stable/typography.html
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695967

 src/connection-editor/ce-page.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/connection-editor/ce-page.c b/src/connection-editor/ce-page.c
index 961482c..3c2e111 100644
--- a/src/connection-editor/ce-page.c
+++ b/src/connection-editor/ce-page.c
@@ -568,7 +568,7 @@ ce_page_device_entry_get (GtkEntry *entry, int type, gboolean check_ifname,
 
        if (!_device_entry_parse (str, &first, &second)) {
                g_set_error_literal (error, NMA_ERROR, NMA_ERROR_GENERIC,
-                                    _("can't parse device name"));
+                                    _("can’t parse device name"));
                goto invalid;
        }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]