From: Jason Stover Date: Fri, 17 Aug 2007 14:10:05 +0000 (+0000) Subject: broke long line in error message X-Git-Tag: v0.6.0~301 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=afbd9bcace01167e6e2d00031e523aa80e68a4fb broke long line in error message --- diff --git a/src/language/stats/regression.q b/src/language/stats/regression.q index fbf9eafe..609ec395 100644 --- a/src/language/stats/regression.q +++ b/src/language/stats/regression.q @@ -1028,7 +1028,9 @@ identify_indep_vars (const struct variable **indep_vars, as the dependent variable. Print a warning and continue. */ msg (SE, - gettext ("The dependent variable is equal to the independent variable. The least squares line is therefore Y=X. Standard errors and related statistics may be meaningless.")); + gettext ("The dependent variable is equal to the independent variable." + "The least squares line is therefore Y=X." + "Standard errors and related statistics may be meaningless.")); n_indep_vars = 1; indep_vars[0] = v_variables[0]; }