mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
The print header should read Duration
The context for this text is Duration, not Time. The translation for string Time was impossible when considering that on one location it was used to mean 'duration' and on the other it meant 'time'. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f0f752b74c
commit
0747705617
1 changed files with 1 additions and 1 deletions
2
print.c
2
print.c
|
@ -498,7 +498,7 @@ static void show_table_header(cairo_t *cr, double w, double h,
|
|||
int i;
|
||||
double maxwidth, maxheight, colwidth, curwidth;
|
||||
PangoLayout *layout;
|
||||
char headers[7][80]= { N_("Dive#"), N_("Date"), N_("Depth"), N_("Time"), N_("Master"),
|
||||
char headers[7][80]= { N_("Dive#"), N_("Date"), N_("Depth"), N_("Duration"), N_("Master"),
|
||||
N_("Buddy"), N_("Location") };
|
||||
|
||||
maxwidth = w * PANGO_SCALE;
|
||||
|
|
Loading…
Reference in a new issue