Consolidate quoting style in printed strings.
[pspp] / src / libpspp / i18n.c
index 02aefb5b51256d201bde172a60bc4b100ccae7f8..1cc518ff3cb363f4930c800a55b737bf317e49b3 100644 (file)
@@ -79,7 +79,7 @@ create_iconv (const char* tocode, const char* fromcode)
       const int err = errno;
       fprintf (stderr,
                "Warning: "
-               "cannot create a converter for \"%s\" to \"%s\": %s\n",
+               "cannot create a converter for `%s' to `%s': %s\n",
                fromcode, tocode, strerror (err));
     }