summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys-utils/setpriv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/setpriv.c b/sys-utils/setpriv.c
index c3f2a8b82..fe8fbf8e2 100644
--- a/sys-utils/setpriv.c
+++ b/sys-utils/setpriv.c
@@ -630,7 +630,7 @@ int main(int argc, char **argv)
int total_opts = 0;
int list_caps = 0;
- setlocale(LC_MESSAGES, "");
+ setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);
atexit(close_stdout);