diff --git a/preferences/inc/class.preferences_hooks.inc.php b/preferences/inc/class.preferences_hooks.inc.php index e6e8b616d9..f60a27c7c0 100644 --- a/preferences/inc/class.preferences_hooks.inc.php +++ b/preferences/inc/class.preferences_hooks.inc.php @@ -342,7 +342,7 @@ class preferences_hooks ), 'csv_charset' => array( 'type' => 'select', - 'label' => 'Charset for the CSV export', + 'label' => 'Charset for the CSV export/import', 'name' => 'csv_charset', 'values' => translation::get_installed_charsets(), 'help' => 'Which charset should be used for the CSV export. The system default is the charset of this eGroupWare installation.',