summaryrefslogtreecommitdiffstats
path: root/statistics.c
diff options
context:
space:
mode:
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 047c6ea1e..db6e30a05 100644
--- a/statistics.c
+++ b/statistics.c
@@ -525,7 +525,8 @@ static void show_single_dive_stats(struct dive *dive)
utc_mkdate(dive->when, &tm);
snprintf(buf, sizeof(buf),
- "%s, %s %d, %d %2d:%02d",
+ /*++GETTEXT 80 chars: weekday, monthname, day, year, hour, min */
+ _("%1$s, %2$s %3$d, %4$d %5$2d:%6$02d"),
weekday(tm.tm_wday),
monthname(tm.tm_mon),
tm.tm_mday, tm.tm_year + 1900,