summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-02-15 15:32:01 +0100
committerDan McGee <dan@archlinux.org>2007-02-15 15:32:01 +0100
commit01726a74e4416ce597a942b79cb31036ebbf01b8 (patch)
tree8a92907fd87e0d5057f3a9811530566c0932b4b3 /src/pacman/pacman.c
parentc557fa589d2b796ae5bede6eda812995d91d8040 (diff)
downloadpacman-01726a74e4416ce597a942b79cb31036ebbf01b8.tar.gz
pacman-01726a74e4416ce597a942b79cb31036ebbf01b8.tar.xz
* Updated pt_BR translation (Douglas Soares de Andrade), and merged other
language files with latest pot file.
Diffstat (limited to 'src/pacman/pacman.c')
-rw-r--r--src/pacman/pacman.c2
1 files changed, 1 insertions, 1 deletions
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 */