diff options
author | Thomas Arendsen Hein <thomas@intevation.de> | 2007-10-17 18:27:14 (GMT) |
---|---|---|
committer | Thomas Arendsen Hein <thomas@intevation.de> | 2007-10-17 18:27:14 (GMT) |
commit | ac5846489dae9114c3310d12802207e9686e4875 (patch) | |
tree | 2aba3dfa311f2080a40d69d8d3a3e540241ca7dd /www/admin | |
parent | 6525ec62d254c113c88ff4a166bbae711472a248 (diff) | |
download | kolab-webadmin-ac5846489dae9114c3310d12802207e9686e4875.tar.gz |
Clarify web admin description for HTTP FreeBusy switch (with updated German translation)2.2-beta2
Diffstat (limited to 'www/admin')
-rw-r--r-- | www/admin/service/index.php.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/admin/service/index.php.in b/www/admin/service/index.php.in index 0f0268f..74d4aaa 100644 --- a/www/admin/service/index.php.in +++ b/www/admin/service/index.php.in @@ -275,7 +275,7 @@ $entries = array( array( 'service' => 'pop3', 'name' => _('POP3 Service'), 'ena array( 'service' => 'imap', 'name' => _('IMAP Service'), 'enabled' => toboolstr( $imap ) ), array( 'service' => 'imaps', 'name' => _('IMAP/SSL Service (TCP port 993)'), 'enabled' => toboolstr( $imaps ) ), array( 'service' => 'sieve', 'name' => _('Sieve service (TCP port 2000)'), 'enabled' => toboolstr( $sieve ) ), - array( 'service' => 'http', 'name' => _('HTTP FreeBusy Service (Legacy)'), 'enabled' => toboolstr( $http ) ), + array( 'service' => 'http', 'name' => _('FreeBusy Service via HTTP (in addition to HTTPS)'), 'enabled' => toboolstr( $http ) ), array( 'service' => 'amavis', 'name' => _('Amavis Email Scanning (Virus/Spam)'), 'enabled' => toboolstr( $amavis ) ) ); |