From 33a6787f51503d1b24f42e57cf365a48378dd56e Mon Sep 17 00:00:00 2001 From: Karl DeBisschop Date: Sat, 26 Jul 2003 04:17:17 +0000 Subject: checkins for internationalization git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@598 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/utils.c') diff --git a/plugins/utils.c b/plugins/utils.c index d0999c58..e63c8c08 100644 --- a/plugins/utils.c +++ b/plugins/utils.c @@ -133,8 +133,8 @@ print_revision (const char *command_name, const char *revision_string) if (sscanf (revision_string, "$Revision: %[0-9.]", plugin_revision) != 1) strncpy (plugin_revision, "N/A", STRLEN); - printf ("%s (nagios-plugins %s) %s\n", - progname, VERSION, plugin_revision); + printf ("%s (%s %s) %s\n", + progname, PACKAGE, VERSION, plugin_revision); printf ("The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n" "copies of the plugins under the terms of the GNU General Public License.\n" -- cgit v1.2.3-74-g34f1