GRAPH: Correct spacing and punctuation of error message
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 21 Jun 2015 08:43:21 +0000 (10:43 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 21 Jun 2015 08:43:21 +0000 (10:43 +0200)
src/language/stats/graph.c

index b695f4c94a4f671fc7325304891e7c69e7dd227e..a0dffbd3d13c8cb2d9d54c6644649724764f13e5 100644 (file)
@@ -167,9 +167,9 @@ show_scatterplot (const struct graph *cmd, struct casereader *input)
 
   if (byvar_overflow)
     {
-      msg (MW, _("Maximum number of scatterplot categories reached."
-                "Your BY variable has too many distinct values."
-                "The coloring of the plot will not be correct"));
+      msg (MW, _("Maximum number of scatterplot categories reached. "
+                "Your BY variable has too many distinct values. "
+                "The coloring of the plot will not be correct."));
     }
 }