]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Rewrite two messages to have one unique entry to translate
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Sun, 15 Jul 2012 17:01:33 +0000 (19:01 +0200)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Sun, 15 Jul 2012 17:01:33 +0000 (19:01 +0200)
Replace a lower case by a upper case to merge two messages into one in the
po files.

sort.c

diff --git a/sort.c b/sort.c
index 47e95d25e4c9ae6c12787d1f9b2a91804e189eab..5a462d66645511a52a8e0454490acfe0a2ed3a54 100644 (file)
--- a/sort.c
+++ b/sort.c
@@ -63,11 +63,11 @@ void tmpsort(const struct userinfostruct *uinfo)
                order="-r";
 
        if (snprintf(arqin,sizeof(arqin),"%s/%s.utmp",tmp,uinfo->filename)>=sizeof(arqin)) {
-               debuga(_("file name too long: %s/%s.utmp\n"),tmp,uinfo->filename);
+               debuga(_("File name too long: %s/%s.utmp\n"),tmp,uinfo->filename);
                exit(EXIT_FAILURE);
        }
        if (snprintf(arqou,sizeof(arqou),"%s/htmlrel.txt",tmp)>=sizeof(arqou)) {
-               debuga(_("file name too long: %s/htmlrel.txt\n"),tmp);
+               debuga(_("File name too long: %s/htmlrel.txt\n"),tmp);
                exit(EXIT_FAILURE);
        }