summaryrefslogtreecommitdiff
path: root/setfattr
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 /setfattr
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 'setfattr')
-rw-r--r--setfattr/setfattr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/setfattr/setfattr.c b/setfattr/setfattr.c
index a70a2cf..0f2362c 100644
--- a/setfattr/setfattr.c
+++ b/setfattr/setfattr.c
@@ -185,6 +185,7 @@ int main(int argc, char *argv[])
progname = basename(argv[0]);
setlocale(LC_CTYPE, "");
+ setlocale(LC_MESSAGES, "");
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);