From 4bb93ba79fa29e1e11be98c922c9fe786ffdfd4f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Sun, 15 Jul 2012 19:01:33 +0200 Subject: [PATCH] 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. --- sort.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.47.2