Improve error messages by citing syntax in more of them.
[pspp] / src / language / stats / examine.c
index 19c42fcad5aff5bb63d3b61fcd89458f76c7d218..446f9058e9e1c285289f57db7c3a7fef9940b8c2 100644 (file)
@@ -1758,7 +1758,7 @@ cmd_examine (struct lexer *lexer, struct dataset *ds)
 
   if (totals_seen && nototals_seen)
     {
-      msg (SE, _("%s and %s are mutually exclusive"), "TOTAL", "NOTOTAL");
+      msg (SE, _("%s and %s are mutually exclusive."), "TOTAL", "NOTOTAL");
       goto error;
     }