X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Finclude%2Fclass_certificate.inc;h=807930531a516f8ccac1552f17974d322dabca5f;hb=f7ebf98692ee53fcfffdc91b87d81a24ac19df0e;hp=cd588c3bd7e9918aea485842ff468be5cd7af75f;hpb=a0de0b1a8c3ad3c1b18c57f276c7d8fb65ac0c8c;p=gosa.git diff --git a/gosa-core/include/class_certificate.inc b/gosa-core/include/class_certificate.inc index cd588c3bd..807930531 100644 --- a/gosa-core/include/class_certificate.inc +++ b/gosa-core/include/class_certificate.inc @@ -97,7 +97,7 @@ class certificate /* If cert is loaded correctly and is PEM now, we could read some data out of it */ if(count($this->info()) <=1) { $this->certificate(); - $this->error = _("Cannot load certificate - only PEM/DER is supported!"); + $this->error = _("Cannot load certificate: only PEM and DER are supported!"); /* Reset*/ return(false); }