From: Frederic Marchal Date: Sat, 13 Jun 2015 14:05:52 +0000 (+0200) Subject: Change a message string. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cedca1116b4193e322d94a8cf5373c8168d5ac5c;p=thirdparty%2Fsarg.git Change a message string. --- diff --git a/util.c b/util.c index b19f958..dac9d16 100644 --- a/util.c +++ b/util.c @@ -2167,7 +2167,7 @@ void version(void) printf(_("SARG Version: %s\n"),VERSION); #if defined(ENABLE_NLS) && defined(HAVE_LOCALE_H) if (debug) { - printf(_("\nFor the translation to work, a valid message file should be installed as " + printf(_("\nFor the translation to work, a valid message file should be copied to " "\"%s//LC_MESSAGES/%s.mo\" where is derived from the effective locale.\n"),LOCALEDIR,PACKAGE_NAME); if (CurrentLocale) { printf(_("Currently effective locale is \"%s\".\n"),CurrentLocale);