X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flanguage%2Futilities%2Fhost.c;h=b01e621bf14e9bf7133ec4249f72af5f99c5ca13;hb=3c5630105991133a09971a4c107141767a2c7d0c;hp=fbc9d208be7a08a1b4c518894f0e317d1413be5b;hpb=fe8dc2171009e90d2335f159d05f7e6660e24780;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; }