From f981cb40f8314e9624ca7ff915194d8e4268cd11 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 24 May 2011 15:58:44 +0000 Subject: [PATCH] Update charset label, it's used for export & import --- preferences/inc/class.preferences_hooks.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.',