/* PSPP - a program for statistical analysis.
- Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1997-9, 2000, 2006, 2010 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
if (settings_get_errorbreak () && error_count)
msg (MN, _("Terminating execution of syntax file due to error."));
else if (error_count > settings_get_mxerrs () )
- msg (MN, _("Errors (%d) exceeds limit (%d)."),
+ msg (MN, _("Errors (%d) exceed limit (%d)."),
error_count, settings_get_mxerrs ());
else if (error_count + warning_count > settings_get_mxwarns () )
msg (MN, _("Warnings (%d) exceed limit (%d)."),