From f8239e2e98e816639a135773b46eeb9e166c8cd1 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Tue, 15 May 2012 10:25:21 +0100 Subject: Update standard domain type description --- lib/client/kolab_client_task_domain.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/client/kolab_client_task_domain.php b/lib/client/kolab_client_task_domain.php index eaf5d92..b8eba82 100644 --- a/lib/client/kolab_client_task_domain.php +++ b/lib/client/kolab_client_task_domain.php @@ -287,7 +287,7 @@ class kolab_client_task_domain extends kolab_client_task $result = array( 1 => array( 'key' => 'standard', - 'name' => 'standard domain name space', + 'name' => 'Standard domain', 'description' => 'A standard domain name space', 'attributes' => array( 'auto_form_fields' => array(), @@ -306,7 +306,7 @@ class kolab_client_task_domain extends kolab_client_task ), ), ), - ) + ), ); //console("domain_types() \$result", $result); return $result; -- cgit v0.12