mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Enable translate 'All' in yearly statistics.
This commit is contained in:
parent
e34e2693ea
commit
186a80fffe
1 changed files with 1 additions and 1 deletions
|
@ -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++;
|
||||
|
|
Loading…
Add table
Reference in a new issue