From 01726a74e4416ce597a942b79cb31036ebbf01b8 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 15 Feb 2007 14:32:01 +0000 Subject: * Updated pt_BR translation (Douglas Soares de Andrade), and merged other language files with latest pot file. --- src/pacman/pacman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pacman/pacman.c') diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 31cd75a8..903fde29 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -441,7 +441,7 @@ int main(int argc, char *argv[]) lang = "C"; setlocale(LC_ALL, "C"); setenv("LC_ALL", lang, 1); - MSG(NL, _("warning: default locale is invalid; using default \"C\" locale")); + MSG(NL, _("warning: current locale is invalid; using default \"C\" locale")); } /* workaround for tr_TR */ -- cgit v1.2.3