[Rt-commit] r4821 - in rt/branches/3.7-EXPERIMENTAL: .
html/Widgets/Form
alexmv at bestpractical.com
alexmv at bestpractical.com
Fri Mar 24 15:15:52 EST 2006
Author: alexmv
Date: Fri Mar 24 15:15:52 2006
New Revision: 4821
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/html/Widgets/Form/Integer
rt/branches/3.7-EXPERIMENTAL/html/Widgets/Form/Select
rt/branches/3.7-EXPERIMENTAL/lib/RT/Config.pm
Log:
r11838 at zoq-fot-pik: chmrr | 2006-03-24 15:15:37 -0500
* Wording tweaks
Modified: rt/branches/3.7-EXPERIMENTAL/html/Widgets/Form/Integer
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Widgets/Form/Integer (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Widgets/Form/Integer Fri Mar 24 15:15:52 2006
@@ -15,7 +15,7 @@
$Empty => 0,
$EmptyValue => 0,
-$EmptyLabel => loc( 'Leave value empty to enable default value which is [_1]', $EmptyValue ),
+$EmptyLabel => loc( 'Leaving this empty will default to the system default of [_1]', $EmptyValue ),
</%ARGS>
<%METHOD Process>
Modified: rt/branches/3.7-EXPERIMENTAL/html/Widgets/Form/Select
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Widgets/Form/Select (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Widgets/Form/Select Fri Mar 24 15:15:52 2006
@@ -38,7 +38,7 @@
$Empty => 1,
@EmptyValue => (),
-$EmptyLabel => loc('use default ([_1])', join ', ', @EmptyValue),
+$EmptyLabel => loc('Use system default ([_1])', join ', ', @EmptyValue),
$Alternative => 0,
$AlternativeLabel => loc('other...'),
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Config.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Config.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Config.pm Fri Mar 24 15:15:52 2006
@@ -57,8 +57,6 @@
WidgetArguments => {
Description => 'Interface style', #loc
Values => [qw(3.5-default 3.4-compat)],
- Mutiple => 0,
- Alternative => 0,
},
},
DefaultSummaryRows => {
@@ -74,7 +72,7 @@
Overridable => 1,
Widget => '/Widgets/Form/Integer',
WidgetArguments => {
- Description => 'Message boxes width', #loc
+ Description => 'Message box width', #loc
},
},
MessageBoxHeight => {
@@ -82,19 +80,19 @@
Overridable => 1,
Widget => '/Widgets/Form/Integer',
WidgetArguments => {
- Description => 'Message boxes height', #loc
+ Description => 'Message box height', #loc
},
},
MaxInlineBody => {
- Section => 'Tickets view', #loc
+ Section => 'Ticket display', #loc
Overridable => 1,
Widget => '/Widgets/Form/Integer',
WidgetArguments => {
- Description => 'Max size of message(bytes) that would be inlined into history, put 0(zero) to inline any size', #loc
+ Description => 'Maximum size of messages (in bytes) that should be inlined in ticket history; A value of 0 (zero) will always inline', #loc
},
},
OldestTransactionsFirst => {
- Section => 'Tickets view',
+ Section => 'Ticket display',
Overridable => 1,
Widget => '/Widgets/Form/Boolean',
WidgetArguments => {
More information about the Rt-commit
mailing list