broke long line in error message
[pspp-builds.git] / src / language / stats / regression.q
index fbf9eafeff207ef729031c548b5680e61110d7e8..609ec3953f5dd9ca2fde7a91b96d9eacfc7ad3a4 100644 (file)
@@ -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];
     }