Bruno17 / MIGX

MIGX for revo 2.2 and above
83 stars 78 forks source link

Translation errors in ru lexicon #315

Open Ruslan-Aleev opened 6 years ago

Ruslan-Aleev commented 6 years ago

Translation errors in MIGX/core/components/migx/lexicon/ru/default.inc.php instead:

$_lang['migx.move_to_top'] = 'Переместить вниз';
$_lang['migx.move_to_bottom'] = 'Переместить вверх';

should be:

$_lang['migx.move_to_top'] = 'Переместить вверх';
$_lang['migx.move_to_bottom'] = 'Переместить вниз';