Merge master into output branch.
[pspp] / src / language / command.c
index 548d671eb4d307b4af27ddae629a5407e8b87867..74f99a89a682009dfa0fa62452669cf8622a446c 100644 (file)
@@ -204,7 +204,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;
     }