From 2d71aca595970d52947adce2a411a3496df0808a Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 21 Jun 2015 10:43:21 +0200 Subject: [PATCH] GRAPH: Correct spacing and punctuation of error message --- src/language/stats/graph.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/language/stats/graph.c b/src/language/stats/graph.c index b695f4c94a..a0dffbd3d1 100644 --- a/src/language/stats/graph.c +++ b/src/language/stats/graph.c @@ -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.")); } } -- 2.30.2