Index: trunk/extensions/Translate/RcFilter.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | */ |
17 | 17 | class TranslateRcFilter { |
18 | 18 | /** |
19 | | - * Default action for the filter: ('', 'only', 'filter', 'site') |
| 19 | + * Default action for the filter: ('noaction', 'only', 'filter', 'site') |
20 | 20 | */ |
21 | 21 | protected static $defaultAction = 'filter'; |
22 | 22 | |
— | — | @@ -74,7 +74,7 @@ |
75 | 75 | |
76 | 76 | $label = Xml::label( wfMsg( 'translate-rc-translation-filter' ), 'mw-translation-filter' ); |
77 | 77 | $select = new XmlSelect( 'translations', 'mw-translation-filter', $default ); |
78 | | - $select->addOption( wfMsg( 'translate-rc-translation-filter-no' ), '' ); |
| 78 | + $select->addOption( wfMsg( 'translate-rc-translation-filter-no' ), 'noaction' ); |
79 | 79 | $select->addOption( wfMsg( 'translate-rc-translation-filter-only' ), 'only' ); |
80 | 80 | $select->addOption( wfMsg( 'translate-rc-translation-filter-filter' ), 'filter' ); |
81 | 81 | $select->addOption( wfMsg( 'translate-rc-translation-filter-site' ), 'site' ); |