X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Futilities%2Fhost.c;h=b01e621bf14e9bf7133ec4249f72af5f99c5ca13;hb=7f5b644c341869cb2e58dbaec4da7df57b39c8ab;hp=fbc9d208be7a08a1b4c518894f0e317d1413be5b;hpb=9ade26c8349b4434008c46cf09bc7473ec743972;p=pspp diff --git a/src/language/utilities/host.c b/src/language/utilities/host.c index fbc9d208be..b01e621bf1 100644 --- a/src/language/utilities/host.c +++ b/src/language/utilities/host.c @@ -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; }