Consolidate quoting style in printed strings.
[pspp] / src / ui / gui / psppire.c
index 089208148defdebb240659e85a85dfa12605ed9e..61042efe546cdedaf59470764312c6fa5e817361 100644 (file)
@@ -268,7 +268,7 @@ load_data_file (const char *arg)
       utf8 = g_locale_to_utf8 (arg, -1, NULL, &written, &err);
       if ( NULL == utf8)
         {
-          g_warning ("Cannot convert filename from local encoding \"%s\" to UTF-8: %s",
+          g_warning ("Cannot convert filename from local encoding `%s' to UTF-8: %s",
                      local_encoding,
                      err->message);
           g_clear_error (&err);