From cedca1116b4193e322d94a8cf5373c8168d5ac5c Mon Sep 17 00:00:00 2001 From: Frederic Marchal Date: Sat, 13 Jun 2015 16:05:52 +0200 Subject: [PATCH] Change a message string. --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3