[network-manager-applet/nm-1-4] c-e: use Unicode quotation marks in a new string



commit 130829f8ded4321e5c22445459ca133916dbf208
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Thu Mar 23 16:38:20 2017 +0100

    c-e: use Unicode quotation marks in a new string
    
    See https://developer.gnome.org/hig/stable/typography.html

 src/wireless-security/eap-method.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/wireless-security/eap-method.c b/src/wireless-security/eap-method.c
index 47e1253..6a6cc60 100644
--- a/src/wireless-security/eap-method.c
+++ b/src/wireless-security/eap-method.c
@@ -233,7 +233,7 @@ eap_method_validate_filepicker (GtkBuilder *builder,
 
        if (!g_file_test (filename, G_FILE_TEST_EXISTS | G_FILE_TEST_IS_REGULAR)) {
                success = FALSE;
-               g_set_error (error, NMA_ERROR, NMA_ERROR_GENERIC, _("file \"%s\" does not exist"), filename);
+               g_set_error (error, NMA_ERROR, NMA_ERROR_GENERIC, _("file “%s” does not exist"), filename);
                goto out;
        }
 


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