mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-10 01:08:28 +02:00
installer: Update translation message
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user