diff options
author | Martin Měřinský <mermar@centrum.cz> | 2017-02-20 10:42:25 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-03-11 08:09:07 -0800 |
commit | 2784ce175a63d10e853b24cb9441527ae4be8dd8 (patch) | |
tree | 2427ff9099f84b12b21be321ce5f3046b15eabef | |
parent | c4310396a90fd2a7cb8366638517c371b6c1a2bb (diff) | |
download | subsurface-2784ce175a63d10e853b24cb9441527ae4be8dd8.tar.gz |
Dive No. > Dive #
-rw-r--r-- | core/save-html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/save-html.c b/core/save-html.c index 4f811558a..21f34954c 100644 --- a/core/save-html.c +++ b/core/save-html.c @@ -528,7 +528,7 @@ void export_translation(const char *file_name) write_attribute(b, "Back_to_List", translate("gettextFromC", "Back to list"), ", "); //dive detailed view - write_attribute(b, "Dive_No", translate("gettextFromC", "Dive No."), ", "); + write_attribute(b, "Dive_No", translate("gettextFromC", "Dive #"), ", "); write_attribute(b, "Dive_profile", translate("gettextFromC", "Dive profile"), ", "); write_attribute(b, "Dive_information", translate("gettextFromC", "Dive information"), ", "); write_attribute(b, "Dive_equipment", translate("gettextFromC", "Dive equipment"), ", "); |