Replace syntactical keywords in error/warning messages by printf directives.
[pspp] / src / language / expressions / parse.c
index 7b845a8d369ebf6da4b736db7c7028cc1ad9814b..b2c2cf8e2fa751a7df30520b4f4d63a06571c35b 100644 (file)
@@ -1298,7 +1298,7 @@ parse_function (struct lexer *lexer, struct expression *e)
   if ((f->flags & OPF_PERM_ONLY) &&
       proc_in_temporary_transformations (e->ds))
     {
-      msg (SE, _("%s may not appear after TEMPORARY."), f->prototype);
+      msg (SE, _("%s may not appear after %s."), f->prototype, "TEMPORARY");
       goto fail;
     }