Replace syntactical keywords in error/warning messages by printf directives.
[pspp] / src / language / data-io / save-translate.c
index 6601f30b1833a3aa129fa5507b8f3ec24422a945..54b769ddee26cff951111d130bc507498ed51adf 100644 (file)
@@ -249,8 +249,8 @@ cmd_save_translate (struct lexer *lexer, struct dataset *ds)
     }
   else if (!replace && fn_exists (fh_get_file_name (handle)))
     {
-      msg (SE, _("Output file `%s' exists but REPLACE was not specified."),
-           fh_get_file_name (handle));
+      msg (SE, _("Output file `%s' exists but %s was not specified."),
+           fh_get_file_name (handle), "REPLACE");
       goto error;
     }