summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fe243b1)
raw | patch | inline | side by side (parent: fe243b1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 May 2005 07:32:19 +0000 (07:32 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 May 2005 07:32:19 +0000 (07:32 +0000) |
plugins/admin/systems/class_servKolab.inc | patch | blob | history |
index 2587689a670ddaff7f38765506d0a522b4403b55..7d4cc10a6e31cb875f9212fb22c1408e2f2febab 100644 (file)
}elseif((($this->kolabFreeBusyFuture=="")<0)){
$message[] = _("Free/Busy settings -> Future days must be a positiv value.");
}elseif(strcasecmp($this->kolabFreeBusyFuture,(int)$this->kolabFreeBusyFuture)){
- $message[] = _("Free/Busy settings -> Future days must be a value.)";
+ $message[] = _("Free/Busy settings -> Future days must be a value.");
}
if(!is_int((int)($this->cyrus_quotawarn))) {
}elseif(!(($this->cyrus_quotawarn<=100)&&($this->cyrus_quotawarn>=0))){
$message[] = _("Cyrus Quota settings -> Please choose a value between 1 and 100 for Quota settings.");
}elseif(strcasecmp($this->cyrus_quotawarn,(int)$this->cyrus_quotawarn)){
- $message[] = _("Cyrus Quota settings -> Future days must be a value.)";
+ $message[] = _("Cyrus Quota settings -> Future days must be a value.");
}
if(empty($this->postfix_mynetworks))