Skip to content

Commit

Permalink
dev: changed wording to reuse existing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
mennodekker committed Apr 1, 2013
1 parent 308a039 commit ba537da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/plugins/index.php
Expand Up @@ -9,7 +9,7 @@
array(// display the activation link
'class' => 'CLinkColumn',
'header' => gT('Status'),
'labelExpression' => function($data) { return ($data['active'] == 1 ? CHtml::image(App()->getConfig('adminimageurl') . 'active.png', gT('Activated'), array('width' => 32, 'height' => 32)) : CHtml::image(App()->getConfig('adminimageurl') . 'inactive.png', gT('Deactivated'), array('width' => 32, 'height' => 32))); },
'labelExpression' => function($data) { return ($data['active'] == 1 ? CHtml::image(App()->getConfig('adminimageurl') . 'active.png', gT('Active'), array('width' => 32, 'height' => 32)) : CHtml::image(App()->getConfig('adminimageurl') . 'inactive.png', gT('Inactive'), array('width' => 32, 'height' => 32))); },
'url' => '#'
),
array(// display the activation link
Expand Down

0 comments on commit ba537da

Please sign in to comment.