From dbef8362e5fe46f8116bf70eaa646081e6fba206 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Thu, 11 Mar 2021 23:06:47 +0100 Subject: Error message more accurate (mga#28466) after checking the signature --- backend/raw_write.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend') 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 -- cgit v1.2.1