1
0

Removed i18n markers which have become obsolete

References #50
This commit is contained in:
Matthias Mees
2014-03-07 12:33:16 +01:00
parent 9c531401af
commit aa014cbe91
2 changed files with 3 additions and 3 deletions

View File

@ -109,8 +109,8 @@
'view' => 'dangerous'),
array('var' => 'simpleFilters',
'title' => SIMPLE_FILTERS, // i18n
'description' => SIMPLE_FILTERS_DESC, // i18n
'title' => SIMPLE_FILTERS,
'description' => SIMPLE_FILTERS_DESC,
'type' => 'bool',
'permission' => 'personalConfiguration',
'default' => true,