]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Change a message string.
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Sat, 13 Jun 2015 14:05:52 +0000 (16:05 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Sat, 13 Jun 2015 14:05:52 +0000 (16:05 +0200)
util.c

diff --git a/util.c b/util.c
index b19f95859cc5e0ead7e04377305be5607d896bd1..dac9d16c85993495aba34028e7c5c4f2c758155e 100644 (file)
--- 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/<Locale>/LC_MESSAGES/%s.mo\" where <Locale> is derived from the effective locale.\n"),LOCALEDIR,PACKAGE_NAME);
                if (CurrentLocale) {
                        printf(_("Currently effective locale is \"%s\".\n"),CurrentLocale);