From fc8da434aae87252dd756de1081e215d9c355b75 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Fri, 30 Apr 2010 12:48:40 +0000 Subject: improve ACL description --- src/msec/msecgui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msec/msecgui.py b/src/msec/msecgui.py index 52f01b3..8019741 100755 --- a/src/msec/msecgui.py +++ b/src/msec/msecgui.py @@ -1565,7 +1565,7 @@ class MsecGui: sizegroup2.add_widget(entry_perm) dialog.vbox.pack_start(hbox, False, False) - label = gtk.Label(_("To enforce additional ACL on file, specify them in the following format:\nuser1:acl,user2:acl\nRefer to 'man setfacl' for details.")) + label = gtk.Label(_("To enforce additional ACL (Access Control List) on file, specify them in the following format:\nuser1:acl,user2:acl\nRefer to 'man setfacl' for details.")) label.set_line_wrap(True) label.set_use_markup(True) dialog.vbox.pack_start(label, False, False, padding=5) -- cgit v1.2.1