]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/dbObjects/Domain.java
fix: more lang-stuff
[gigi.git] / src / org / cacert / gigi / dbObjects / Domain.java
index 55ed0f591f61a8769d85cd61cf6ad14aa116de71..5876530355a8f9d5be1c37aa20f588e40ff37ca2 100644 (file)
@@ -129,7 +129,7 @@ public class Domain implements IdCachable, Verifyable {
             boolean existed = rs.next();
             rs.close();
             if (existed) {
-                throw new GigiApiException("Domain could not be inserted. Domain is already valid.");
+                throw new GigiApiException("Domain could not be inserted. Domain is already known to the system.");
             }
         }
     }