[Rt-commit] r13908 - in rt/3.8/trunk: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Jul 9 10:33:52 EDT 2008
Author: sunnavy
Date: Wed Jul 9 10:33:51 2008
New Revision: 13908
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/lib/RT/Config.pm
Log:
r14188 at sunnavys-mb: sunnavy | 2008-07-09 16:33:23 +0800
fixed a typo: ValuesLabel instead of ValueLabel
Modified: rt/3.8/trunk/lib/RT/Config.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Config.pm (original)
+++ rt/3.8/trunk/lib/RT/Config.pm Wed Jul 9 10:33:51 2008
@@ -194,15 +194,15 @@
UsernameFormat => {
Section => 'General',
Overridable => 1,
- Widget =>'/Widgets/Form/Select',
- WidgetArguments => {
- Description => 'Username format',
- Values => [qw(concise verbose)],
- ValueLabel => {
- concise => 'Short usernames',
- verbose => 'Name and email address',
- },
- },
+ Widget => '/Widgets/Form/Select',
+ WidgetArguments => {
+ Description => 'Username format',
+ Values => [qw(concise verbose)],
+ ValuesLabel => {
+ concise => 'Short usernames',
+ verbose => 'Name and email address',
+ },
+ },
},
DefaultQueue => {
Section => 'General',
More information about the Rt-commit
mailing list