Index: branches/RC/core/units/translator/translator_config.php =================================================================== diff -u -N -r10779 -r11760 --- branches/RC/core/units/translator/translator_config.php (.../translator_config.php) (revision 10779) +++ branches/RC/core/units/translator/translator_config.php (.../translator_config.php) (revision 11760) @@ -38,7 +38,7 @@ 'Original' => Array(), 'Language' => Array(), 'SwitchLanguage' => Array('formatter' => 'kOptionsFormatter', 'options_sql' => 'SELECT %s FROM '.TABLE_PREFIX.'Language', 'option_key_field' => 'LanguageId','option_title_field' => 'PackName'), - 'Translation' => Array(), + 'Translation' => Array('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => ''), ), 'Grids' => Array(), );