I18n the Approved checkbox in getEditForm for Asset.pm

This commit is contained in:
Colin Kuskie 2010-08-26 13:49:32 -07:00
parent 56e28acd50
commit 713d3dc801

View file

@ -957,7 +957,7 @@ sub getEditForm {
name => 'approved',
id => 'approveCheckbox',
value => 'approved',
label => 'Approved',
label => $i18n->get('560', 'WebGUI'),
checked => ( $session->setting->get( 'versionTagMode' ) eq 'autoCommit' ? 1 : 0 ),
} );