From 1df3b91931ea28fa6b279a976339f099a111238d Mon Sep 17 00:00:00 2001 From: Xavier Chantry Date: Thu, 17 Sep 2009 02:03:23 +0200 Subject: String improvements Add more untranslated strings, improve consistency, etc. Signed-off-by: Xavier Chantry Signed-off-by: Dan McGee --- src/pacman/query.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pacman/query.c') diff --git a/src/pacman/query.c b/src/pacman/query.c index a9717074..6b6a25db 100644 --- a/src/pacman/query.c +++ b/src/pacman/query.c @@ -344,7 +344,7 @@ static int check(pmpkg_t *pkg) if(config->quiet) { printf("%s %s\n", pkgname, f); } else { - pm_printf(PM_LOG_WARNING, "%s: missing %s (%s)\n", + pm_printf(PM_LOG_WARNING, "%s: %s (%s)\n", pkgname, f, strerror(errno)); } errors++; @@ -352,7 +352,7 @@ static int check(pmpkg_t *pkg) } if(!config->quiet) { - printf("%s: %d total, %d missing file(s)\n", + printf(_("%s: %d total files, %d missing file(s)\n"), pkgname, allfiles, errors); } -- cgit v1.2.3-24-g4f1b