diff options
-rwxr-xr-x | backend/raw_write.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/raw_write.py b/backend/raw_write.py index 2fa6fff..ac454f1 100755 --- a/backend/raw_write.py +++ b/backend/raw_write.py @@ -221,7 +221,7 @@ class Dumper(object): self.return_message +="\n" + _("The {} sum check is OK and the sum is signed").format(self.sum_type) else : if self.signature_found: - self.return_message +="\n" + _("The signature of the sum is false !").format(self.sum_type) + self.return_message +="\n" + _("The validation of the GPG signature failed !") + "\n" + _("The integrity of the ISO image could not be verified.") self.return_state = False else: #, keep the bracket, this is the place for sum type |