Consolidate quoting style in printed strings.
[pspp] / src / ui / gui / psppire-dict.c
index 972ea13c5643bd562819f6bb80b993649d037c07..d19fc809edccf68c8cde11f01f0c6dc8172030b6 100644 (file)
@@ -867,7 +867,7 @@ psppire_dict_dump (const PsppireDict *dict)
     {
       const struct variable *v = psppire_dict_get_variable (dict, i);
       int di = var_get_dict_index (v);
-      g_print ("\"%s\" idx=%d, fv=%d\n",
+      g_print ("`%s' idx=%d, fv=%d\n",
               var_get_name(v),
               di,
               var_get_case_index(v));