X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=src%2Flanguage%2Fcommand.c;h=c00d94b9c4b3597bcc2416ae0e29fd56018b229f;hp=5dd2a30835f4e3d0eb053ecdd55a03918cc56fdd;hb=e9599a2f8e86d986fff1518682ba8942bd67d1c0;hpb=2cf38ce51a9f34961d68a75e0b312a591b5c9abf diff --git a/src/language/command.c b/src/language/command.c index 5dd2a308..c00d94b9 100644 --- a/src/language/command.c +++ b/src/language/command.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -205,7 +205,7 @@ do_parse_command (struct lexer *lexer, } else if (command->function == NULL) { - msg (SE, _("%s is unimplemented."), command->name); + msg (SE, _("%s is not yet implemented."), command->name); result = CMD_NOT_IMPLEMENTED; goto finish; }