From 186a80fffe89aaec78efdfb0ee7c7903f21b5af6 Mon Sep 17 00:00:00 2001 From: Martin Měřinský Date: Tue, 7 Mar 2017 08:05:17 +0100 Subject: Enable translate 'All' in yearly statistics. --- core/statistics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/statistics.c b/core/statistics.c index 233025dd3..cb21961d4 100644 --- a/core/statistics.c +++ b/core/statistics.c @@ -192,7 +192,7 @@ void process_all_dives(struct dive *dive, struct dive **prev_dive) stats_by_trip[0].selection_size++; process_dive(dp, &(stats_by_trip[0])); stats_by_trip[0].is_trip = true; - stats_by_trip[0].location = strdup("All (by trip stats)"); + stats_by_trip[0].location = strdup(translate("gettextFromC", "All (by trip stats)")); process_dive(dp, &(stats_by_trip[trip_iter])); stats_by_trip[trip_iter].selection_size++; -- cgit v1.2.3-70-g09d2