Replace syntactical keywords in error/warning messages by printf directives
[pspp] / src / language / dictionary / rename-variables.c
index 4fc5bada85df3cc3f716bfb816767173660329b2..f7cd9c1a613ad3f7a4ccc1078dea9a37ff034ee7 100644 (file)
@@ -45,8 +45,8 @@ cmd_rename_variables (struct lexer *lexer, struct dataset *ds)
   int status = CMD_CASCADING_FAILURE;
 
   if (proc_make_temporary_transformations_permanent (ds))
-    msg (SE, _("RENAME VARS may not be used after TEMPORARY.  "
-               "Temporary transformations will be made permanent."));
+    msg (SE, _("%s may not be used after %s.  "
+               "Temporary transformations will be made permanent."), "RENAME VARS", "TEMPORARY");
 
   do
     {