Consolidate quoting style in printed strings.
[pspp] / src / output / msglog.c
index d5c68069a6f9cbe1aec0d80bc5cb3c1b6694fc46..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, _("%s: open failed"), file_name);
+      error (0, errno, _("error opening output file `%s'"), file_name);
       return NULL;
     }