divelog > dive log

This commit is contained in:
Martin Měřinský 2017-02-20 10:30:01 +01:00 committed by Dirk Hohndel
parent f24e0ba5ec
commit 9dccf50396
2 changed files with 17 additions and 17 deletions

View file

@ -150,7 +150,7 @@ static dtrakheader read_file_header(FILE *archivo)
return fileheader;
}
if (two_bytes_to_int(lector[0], lector[1]) != 0xA100) {
report_error(translate("gettextFromC", "Error: the file does not appear to be a DATATRAK divelog"));
report_error(translate("gettextFromC", "Error: the file does not appear to be a DATATRAK dive log"));
free(lector);
return fileheader;
}