aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_game.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_game.c')
-rw-r--r--plugins/check_game.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_game.c b/plugins/check_game.c
index ac72873d..511e9617 100644
--- a/plugins/check_game.c
+++ b/plugins/check_game.c
@@ -70,7 +70,7 @@ main (int argc, char **argv)
printf (_("Incorrect arguments supplied\n"));
printf ("\n");
print_revision (progname, revision);
- printf (_("Copyright (c) 1999 Ian Cass, Knowledge Matters Limited\n"));
+ printf ("Copyright (c) 1999 Ian Cass, Knowledge Matters Limited\n");
printf (_("License: GPL\n"));
printf ("\n");
return STATE_UNKNOWN;
@@ -91,7 +91,7 @@ main (int argc, char **argv)
/* run the command */
fp = spopen (command_line);
if (fp == NULL) {
- printf (_("Error - Could not open pipe: %s\n"), command_line);
+ printf (_("Could not open pipe: %s\n"), command_line);
return STATE_UNKNOWN;
}