]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/User.java
fixup! FIX: Additional check before maildeletion
[gigi.git] / src / org / cacert / gigi / User.java
index 949d77a4bb49dc2fbe609718ddf97d3741d14260..f6d3c548ce51a7b608c508f4cb67425747820b7f 100644 (file)
@@ -328,6 +328,6 @@ public class User {
                 return;
             }
         }
-        throw new GigiApiException("Email not one user's mail addresses.");
+        throw new GigiApiException("Email not one of user's email addresses.");
     }
 }