Replace syntactical keywords in error/warning messages by printf directives.
[pspp] / src / language / utilities / host.c
index fbc9d208be7a08a1b4c518894f0e317d1413be5b..b01e621bf14e9bf7133ec4249f72af5f99c5ca13 100644 (file)
@@ -127,7 +127,7 @@ cmd_host (struct lexer *lexer, struct dataset *ds UNUSED)
 {
   if (settings_get_safer_mode ())
     {
-      msg (SE, _("This command not allowed when the SAFER option is set."));
+      msg (SE, _("This command not allowed when the %s option is set."), "SAFER");
       return CMD_FAILURE;
     }