summaryrefslogtreecommitdiffstats
path: root/statistics.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-04-10 08:49:11 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-04-10 08:49:11 -0700
commita9055049f1486dd18c0b877452a6d5c3b9076fe3 (patch)
treed0cb4eb848345cfe8b6bacac1e1cd8b5c7c19f78 /statistics.c
parent5778d090a496dad80ab6783d58926034103108fb (diff)
downloadsubsurface-a9055049f1486dd18c0b877452a6d5c3b9076fe3.tar.gz
Add four more tags
Student (training), Instructor (teaching), Photo and Video Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'statistics.c')
-rw-r--r--statistics.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/statistics.c b/statistics.c
index 52477468b..b8245fe7f 100644
--- a/statistics.c
+++ b/statistics.c
@@ -20,7 +20,8 @@
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_("night"), N_("freshwater")
+ N_("river"), N_("night"), N_("freshwater"), N_("training"), N_("teaching"),
+ N_("photo"), N_("video")
};
typedef struct {