Consolidate quoting style in printed strings.
[pspp] / src / language / data-io / placement-parser.c
index eee5206b5b3d9775e886471c00e26cda9536cdee..4f1d062cb8d3b18734afacfc427f1bfd5b1b5408 100644 (file)
@@ -223,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))