diff options
Diffstat (limited to 'divelist.c')
-rw-r--r-- | divelist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/divelist.c b/divelist.c index baef39696..1ded3f9d2 100644 --- a/divelist.c +++ b/divelist.c @@ -1273,7 +1273,7 @@ static struct divelist_column { static GtkTreeViewColumn *divelist_column(struct DiveList *dl, struct divelist_column *col) { int index = col - &dl_column[0]; - const char *title = col->header; + const char *title = _(col->header); data_func_t data_func = col->data; sort_func_t sort_func = col->sort; unsigned int flags = col->flags; |