diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2013-04-09 23:08:47 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-04-09 16:13:28 -0700 |
commit | 51c4a5335b5c371f91ac9c6fd66779b78e1aa890 (patch) | |
tree | 32faf3f9cc8e8eac3ed23cb66a8ed42b253a83e9 /statistics.c | |
parent | 83a313f1ee1f09eab9571f978d84a8b55e9471e0 (diff) | |
download | subsurface-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.c | 2 |
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 { |