mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Clever note to indicate what to use CP850 for
This commit is contained in:
parent
d033d3b651
commit
ee9398c8f1
@ -218,7 +218,7 @@ class importexport_wizard_basic_import_csv
|
||||
$sel_options['charset'] = $GLOBALS['egw']->translation->get_installed_charsets()+
|
||||
array(
|
||||
'utf-8' => 'utf-8 (Unicode)',
|
||||
'CP850' => 'CP850',
|
||||
'CP850' => 'CP850 (Old DOS systems)',
|
||||
'user' => lang('User preference'),
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user