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