From: Frédéric Marchal Date: Sun, 15 Jul 2012 17:01:33 +0000 (+0200) Subject: Rewrite two messages to have one unique entry to translate X-Git-Tag: v2.3.3~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bb93ba79fa29e1e11be98c922c9fe786ffdfd4f;p=thirdparty%2Fsarg.git Rewrite two messages to have one unique entry to translate Replace a lower case by a upper case to merge two messages into one in the po files. --- diff --git a/sort.c b/sort.c index 47e95d2..5a462d6 100644 --- 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); }