Issue #1739154 by lund.mikkel: Fixed Bad translation of All causes double translation.

8.0.x
git 2012-08-19 10:40:58 +02:00 committed by Tim Plunkett
parent 3794930400
commit 9b242c4296
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ abstract class ArgumentPluginBase extends Handler {
'contains' => array(
'value' => array('default' => 'all'),
'title_enable' => array('default' => FALSE, 'bool' => TRUE),
'title' => array('default' => t('All'), 'translatable' => TRUE),
'title' => array('default' => 'All', 'translatable' => TRUE),
),
);
$options['title_enable'] = array('default' => FALSE, 'bool' => TRUE);