[Rt-commit] r13048 - in rt/branches/3.8-TESTING: .
elacour at bestpractical.com
elacour at bestpractical.com
Mon Jun 9 11:14:26 EDT 2008
Author: elacour
Date: Mon Jun 9 11:14:24 2008
New Revision: 13048
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/lib/RT/Config.pm
Log:
r9316 at datura: manu | 2008-06-09 17:14:12 +0200
Added missing #loc
Modified: rt/branches/3.8-TESTING/lib/RT/Config.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/Config.pm (original)
+++ rt/branches/3.8-TESTING/lib/RT/Config.pm Mon Jun 9 11:14:24 2008
@@ -109,7 +109,7 @@
},
},
DefaultSummaryRows => {
- Section => 'RT at a glance',
+ Section => 'RT at a glance', #loc
Overridable => 1,
Widget => '/Widgets/Form/Integer',
WidgetArguments => {
@@ -187,7 +187,7 @@
Overridable => 1,
Widget => '/Widgets/Form/Select',
WidgetArguments => {
- Description => 'Default queue',
+ Description => 'Default queue', #loc
Callback => sub {
my $ret = { Values => [], ValuesLabel => {}};
my $q = new RT::Queues($HTML::Mason::Commands::session{'CurrentUser'});
@@ -207,7 +207,7 @@
Default => 'Individual messages',
Widget => '/Widgets/Form/Select',
WidgetArguments => {
- Description => 'Email delivery',
+ Description => 'Email delivery', #loc
Values => [
'Individual messages',
'Daily digest',
More information about the Rt-commit
mailing list