Consolidate quoting style in printed strings.
[pspp] / src / language / data-io / placement-parser.c
index 511a7b183ee269c4ab756cac4c41b2adaede1920..4f1d062cb8d3b18734afacfc427f1bfd5b1b5408 100644 (file)
@@ -26,6 +26,8 @@
 #include <libpspp/pool.h>
 #include <libpspp/str.h>
 
+#include <data/format.h>
+
 #include "xalloc.h"
 #include "xsize.h"
 
@@ -221,7 +223,7 @@ fixed_parse_fortran (struct lexer *lexer, struct pool *pool, bool for_input,
                 {
                   if (!fmt_from_name (type, &f.type))
                     {
-                      msg (SE, _("Unknown format type \"%s\"."), type);
+                      msg (SE, _("Unknown format type `%s'."), type);
                       return false;
                     }
                   if (!fmt_check (&f, for_input))