Index: trunk/extensions/Translate/utils/MessageWebImporter.php |
— | — | @@ -218,7 +218,7 @@ |
219 | 219 | $label = wfMsg( "translate-manage-action-$action" ); |
220 | 220 | $name = self::escapeNameForPHP( "action-$type-$key" ); |
221 | 221 | $id = Sanitizer::escapeId( "action-$key-$action" ); |
222 | | - $act[] = Xml::radioLabel( $label, $nameid, $action, $id, $action === $defaction ); |
| 222 | + $act[] = Xml::radioLabel( $label, $name, $action, $id, $action === $defaction ); |
223 | 223 | } |
224 | 224 | |
225 | 225 | $name = wfMsg( 'translate-manage-import-diff', |