Clever note to indicate what to use CP850 for

This commit is contained in:
Nathan Gray 2011-12-05 19:43:33 +00:00
parent d033d3b651
commit ee9398c8f1

View File

@ -218,7 +218,7 @@ class importexport_wizard_basic_import_csv
$sel_options['charset'] = $GLOBALS['egw']->translation->get_installed_charsets()+ $sel_options['charset'] = $GLOBALS['egw']->translation->get_installed_charsets()+
array( array(
'utf-8' => 'utf-8 (Unicode)', 'utf-8' => 'utf-8 (Unicode)',
'CP850' => 'CP850', 'CP850' => 'CP850 (Old DOS systems)',
'user' => lang('User preference'), 'user' => lang('User preference'),
); );