]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/dbObjects/EmailAddress.java
fix: more lang-stuff
[gigi.git] / src / org / cacert / gigi / dbObjects / EmailAddress.java
index cf007312a8067310b33e00c1b6a9ce84efdc6eb7..7a053201c0cf6e1cc4a46d20202f297ffd8e5915 100644 (file)
@@ -59,7 +59,7 @@ public class EmailAddress implements IdCachable, Verifyable {
                     psCheck.setString(1, address);
                     GigiResultSet res = psCheck.executeQuery();
                     if (res.next()) {
-                        throw new GigiApiException("The email is currently valid");
+                        throw new GigiApiException("The email address is already known to the system.");
                     }
                     ps.execute();
                     id = ps.lastInsertId();