Code

We're html5, right?
[gosa.git] / gosa-core / include / class_certificate.inc
index cd588c3bd7e9918aea485842ff468be5cd7af75f..807930531a516f8ccac1552f17974d322dabca5f 100644 (file)
@@ -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);
     }