projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
943d4b7
)
msg-ui: Fix typo in user message.
author
Ben Pfaff
<blp@gnu.org>
Fri, 5 Feb 2010 05:12:55 +0000
(21:12 -0800)
committer
Ben Pfaff
<blp@gnu.org>
Fri, 5 Feb 2010 05:18:10 +0000
(21:18 -0800)
src/ui/terminal/msg-ui.c
patch
|
blob
|
history
diff --git
a/src/ui/terminal/msg-ui.c
b/src/ui/terminal/msg-ui.c
index 1a5e2764be12579b308c29b60e7cfbe47cac518a..383ccb8cd35b112c35e1ea9f82ad39f4dfcb4aa2 100644
(file)
--- a/
src/ui/terminal/msg-ui.c
+++ b/
src/ui/terminal/msg-ui.c
@@
-1,5
+1,5
@@
/* PSPP - a program for statistical analysis.
/* 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
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
@@
-95,7
+95,7
@@
check_msg_count (struct source_stream *ss)
if (settings_get_errorbreak () && error_count)
msg (MN, _("Terminating execution of syntax file due to error."));
else if (error_count > settings_get_mxerrs () )
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) exceed
s
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)."),
error_count, settings_get_mxerrs ());
else if (error_count + warning_count > settings_get_mxwarns () )
msg (MN, _("Warnings (%d) exceed limit (%d)."),