Replace syntactical keywords in error/warning messages by printf directives.
[pspp] / src / language / xforms / recode.c
index a1c2f7a4493a9413fff250e8d2bddfda488ded48..275408de90e7d8a3dbd3fde47628d3ac540d3e27 100644 (file)
@@ -336,7 +336,7 @@ parse_map_in (struct lexer *lexer, struct map_in *in, struct pool *pool,
          if (lex_token (lexer) == T_ID
              && lex_id_match (ss_cstr ("THRU"), lex_tokss (lexer)))
            {
-             msg (SE, _("THRU is not allowed with string variables."));
+             msg (SE, _("%s is not allowed with string variables."), "THRU");
              return false;
            }
        }