From e71d2c2b71d20ba3110030b4c6f3de1d9e827313 Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Wed, 8 Dec 2004 00:36:19 +0000 Subject: patch 1028033 minor internationalization fixes git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1013 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_game.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/check_game.c') diff --git a/plugins/check_game.c b/plugins/check_game.c index 9a6e53e7..6699c71d 100644 --- a/plugins/check_game.c +++ b/plugins/check_game.c @@ -300,9 +300,9 @@ print_help (void) print_revision (progname, revision); printf ("Copyright (c) 1999 Ian Cass, Knowledge Matters Limited\n"); - printf (_(COPYRIGHT), copyright, email); + printf (COPYRIGHT, copyright, email); - printf (_("This plugin tests game server connections with the specified host."), progname); + printf (_("This plugin tests game server connections with the specified host.")); print_usage (); -- cgit v1.2.3-74-g34f1