installer: Update translation message

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Peter Müller
2022-04-08 15:10:54 +00:00
parent b8764ff226
commit f97c896359
38 changed files with 54 additions and 54 deletions

View File

@@ -539,7 +539,7 @@ int main(int argc, char *argv[]) {
} else {
char reason[STRING_SIZE] = "-";
if (rc == 2)
snprintf(reason, sizeof(STRING_SIZE), _("MD5 checksum mismatch"));
snprintf(reason, sizeof(STRING_SIZE), _("BLAKE2 checksum mismatch"));
snprintf(message, sizeof(message),
_("The installation image could not be downloaded.\n Reason: %s\n\n%s"),