diff options
Diffstat (limited to 'plugins/check_game.c')
-rw-r--r-- | plugins/check_game.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_game.c b/plugins/check_game.c index 9a6e53e..6699c71 100644 --- a/plugins/check_game.c +++ b/plugins/check_game.c | |||
@@ -300,9 +300,9 @@ print_help (void) | |||
300 | print_revision (progname, revision); | 300 | print_revision (progname, revision); |
301 | 301 | ||
302 | printf ("Copyright (c) 1999 Ian Cass, Knowledge Matters Limited\n"); | 302 | printf ("Copyright (c) 1999 Ian Cass, Knowledge Matters Limited\n"); |
303 | printf (_(COPYRIGHT), copyright, email); | 303 | printf (COPYRIGHT, copyright, email); |
304 | 304 | ||
305 | printf (_("This plugin tests game server connections with the specified host."), progname); | 305 | printf (_("This plugin tests game server connections with the specified host.")); |
306 | 306 | ||
307 | print_usage (); | 307 | print_usage (); |
308 | 308 | ||