Consolidate quoting style in printed strings.
[pspp] / src / output / csv.c
index 626dc2fa5ad2c7a7b9a15898908338bed37ba378..c648bfa79c30ae0e9330f3f7bae60290e1d96210 100644 (file)
@@ -84,7 +84,7 @@ csv_create (const char *file_name, enum settings_output_devices device_type,
 
   if (csv->file == NULL)
     {
-      error (0, errno, _("error opening output file \"%s\""), csv->file_name);
+      error (0, errno, _("error opening output file `%s'"), csv->file_name);
       output_driver_destroy (d);
       return NULL;
     }