[Rt-commit] r18727 - rt/3.8/trunk/lib/RT
elacour at bestpractical.com
elacour at bestpractical.com
Fri Mar 6 05:03:29 EST 2009
Author: elacour
Date: Fri Mar 6 05:03:28 2009
New Revision: 18727
Modified:
rt/3.8/trunk/lib/RT/Handle.pm
Log:
Localize system groups
Modified: rt/3.8/trunk/lib/RT/Handle.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Handle.pm (original)
+++ rt/3.8/trunk/lib/RT/Handle.pm Fri Mar 6 05:03:28 2009
@@ -635,6 +635,9 @@
}
# system groups
+ # $self->loc('Everyone'); # For the string extractor to get a string to localize
+ # $self->loc('Privileged'); # For the string extractor to get a string to localize
+ # $self->loc('Unprivileged'); # For the string extractor to get a string to localize
foreach my $name (qw(Everyone Privileged Unprivileged)) {
my $group = RT::Group->new( $RT::SystemUser );
$group->LoadSystemInternalGroup( $name );
More information about the Rt-commit
mailing list