summaryrefslogtreecommitdiffstats
path: root/statistics.c
diff options
context:
space:
mode:
authorGravatar Henrik Brautaset Aronsen <subsurface@henrik.synth.no>2013-04-09 23:08:47 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-04-09 16:13:28 -0700
commit51c4a5335b5c371f91ac9c6fd66779b78e1aa890 (patch)
tree32faf3f9cc8e8eac3ed23cb66a8ed42b253a83e9 /statistics.c
parent83a313f1ee1f09eab9571f978d84a8b55e9471e0 (diff)
downloadsubsurface-51c4a5335b5c371f91ac9c6fd66779b78e1aa890.tar.gz
Add tags for night and freshwater
Also trim the redundant "Dive" text from "Lake Dive", "Pool Dive", .... Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'statistics.c')
-rw-r--r--statistics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/statistics.c b/statistics.c
index 0413941cd..241e5929d 100644
--- a/statistics.c
+++ b/statistics.c
@@ -20,7 +20,7 @@
char *dtag_names[DTAG_NR] = {
N_("invalid"), N_("boat"), N_("shore"), N_("drift"), N_("deep"), N_("cavern"),
N_("ice"), N_("wreck"), N_("cave"), N_("altitude"), N_("pool"), N_("lake"),
- N_("river")
+ N_("river"), N_("night"), N_("freshwater")
};
typedef struct {