[Rt-commit] r19422 - rt/3.999/trunk/lib/RT/Model
sartak at bestpractical.com
sartak at bestpractical.com
Mon May 4 16:07:35 EDT 2009
Author: sartak
Date: Mon May 4 16:07:35 2009
New Revision: 19422
Modified:
rt/3.999/trunk/lib/RT/Model/Ticket.pm
Log:
Use hints for time fields' "in minutes"
Modified: rt/3.999/trunk/lib/RT/Model/Ticket.pm
==============================================================================
--- rt/3.999/trunk/lib/RT/Model/Ticket.pm (original)
+++ rt/3.999/trunk/lib/RT/Model/Ticket.pm Mon May 4 16:07:35 2009
@@ -99,11 +99,11 @@
column priority => max_length is 11, type is 'int', default is '0';
column time_estimated => max_length is 11, type is 'int',
- default is '0', label is _( 'time estimated( in minutes )' );
+ default is '0', label is _( 'time estimated' ), hints are _('in minutes');
column time_worked => max_length is 11, type is 'int',
- default is '0', label is _( 'time worked( in minutes )' );
+ default is '0', label is _( 'time worked' ), hints are _('in minutes');
column time_left => max_length is 11, type is 'int',
- default is '0', label is _('time left( in minutes )');
+ default is '0', label is _('time left'), hints are _('in minutes');
column status => max_length is 10, type is 'varchar(10)',
default is '', render_as 'Select';
More information about the Rt-commit
mailing list