]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/util/Notary.java
upd: fixes wording
[gigi.git] / src / org / cacert / gigi / util / Notary.java
index e1c903e867cf589896790842f88925d9db5e5c92..ed1ce238c93d144cd04da9ca42230df36600a25b 100644 (file)
@@ -156,7 +156,7 @@ public class Notary {
             } else if (type == AssuranceType.TTP_ASSISTED) {
                 assureTTP(assurer, assuree, assureeName, awarded, location, date);
             } else {
-                throw new GigiApiException(SprintfCommand.createSimple("Unknown Assurance type: {0}", type.toString()));
+                throw new GigiApiException(SprintfCommand.createSimple("Unknown Verification type: {0}", type.toString()));
             }
             assurer.invalidateMadeAssurances();
             assuree.invalidateReceivedAssurances();