Consolidate quoting style in printed strings.
[pspp] / src / output / msglog.c
index 70c237c3db45111d5b3912b4afc53271a22f47b7..4042b460e7e9e2b701195240cc1341d41723621b 100644 (file)
@@ -63,7 +63,7 @@ msglog_create (const char *file_name)
   file = fn_open (file_name, "w");
   if (file == NULL)
     {
-      error (0, errno, _("error opening output file \"%s\""), file_name);
+      error (0, errno, _("error opening output file `%s'"), file_name);
       return NULL;
     }