summaryrefslogtreecommitdiff
path: root/getfattr
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-12-01 23:24:42 +0000
committerNathan Scott <nathans@sgi.com>2002-12-01 23:24:42 +0000
commite6b7706a78c19c631dd9ce0bd3af710d9d4c22db (patch)
treee37f1861159b47c86b57fce603e2d222ef44c35a /getfattr
parentaa48fa3df5525c8346b24e062338935c19424fe7 (diff)
downloadattr-e6b7706a78c19c631dd9ce0bd3af710d9d4c22db.tar.gz
Updates to acl/attr I18N (final). Sync up dmapi scripts with the I18N
aware versions - dmapi doesn't have any strings, so this is just keeping scripts in sync. Updates to acl/attr I18N (final).
Diffstat (limited to 'getfattr')
-rw-r--r--getfattr/getfattr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/getfattr/getfattr.c b/getfattr/getfattr.c
index 1ff1647..d923251 100644
--- a/getfattr/getfattr.c
+++ b/getfattr/getfattr.c
@@ -411,6 +411,7 @@ int main(int argc, char *argv[])
progname = basename(argv[0]);
setlocale(LC_CTYPE, "");
+ setlocale(LC_MESSAGES, "");
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);