summaryrefslogtreecommitdiffstats
path: root/core/datatrak.c
diff options
context:
space:
mode:
authorGravatar Martin Měřinský <mermar@centrum.cz>2017-02-20 10:30:01 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-03-11 08:09:07 -0800
commit9dccf50396eb0b3ada6d1d3880199940a430946b (patch)
tree07f33b6cbd94ba6b3233524655f889bf27005263 /core/datatrak.c
parentf24e0ba5ec314f5b7ec6d82affdf6dbca483bf15 (diff)
downloadsubsurface-9dccf50396eb0b3ada6d1d3880199940a430946b.tar.gz
divelog > dive log
Diffstat (limited to 'core/datatrak.c')
-rw-r--r--core/datatrak.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/datatrak.c b/core/datatrak.c
index ab888977c..6b34136ac 100644
--- a/core/datatrak.c
+++ b/core/datatrak.c
@@ -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;
}