Index: branches/5.2.x/core/units/translator/translator_config.php =================================================================== diff -u -N -r14572 -r14585 --- branches/5.2.x/core/units/translator/translator_config.php (.../translator_config.php) (revision 14572) +++ branches/5.2.x/core/units/translator/translator_config.php (.../translator_config.php) (revision 14585) @@ -1,6 +1,6 @@ 'N/A', - 'TitlePresets' => Array ( + 'TitlePresets' => Array ( 'trans_edit' => Array ( 'prefixes' => Array('trans'), 'format' => '!la_title_EditingTranslation!', 'toolbar_buttons' => Array ('select', 'cancel'), @@ -46,6 +46,5 @@ 'Language' => Array(), 'SwitchLanguage' => Array('formatter' => 'kOptionsFormatter', 'options_sql' => 'SELECT %s FROM '.TABLE_PREFIX.'Language', 'option_key_field' => 'LanguageId','option_title_field' => 'PackName'), 'Translation' => Array('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => ''), - ), - 'Grids' => Array(), + ), ); \ No newline at end of file