summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
diff options
context:
space:
mode:
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 */