From: John Darrington Date: Sun, 21 Jun 2015 08:43:21 +0000 (+0200) Subject: GRAPH: Correct spacing and punctuation of error message X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d71aca595970d52947adce2a411a3496df0808a;p=pspp GRAPH: Correct spacing and punctuation of error message --- 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.")); } }