mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Merge branch 'po-files'
Signed-off-by: Dirk Hohndel <dirk@hohndel.org> Conflicts: po/nb_NO.po po/ru_RU.po
This commit is contained in:
commit
de0cdf28b2
16 changed files with 171 additions and 30 deletions
2
print.c
2
print.c
|
|
@ -202,7 +202,7 @@ static void print_tanks (struct dive *dive, cairo_t *cr, int maxwidth, int maxhe
|
|||
int height, int tank_count, int first_tank, PangoFontDescription *font)
|
||||
{
|
||||
int curwidth, n, i, counter;
|
||||
char buffer[80], dataheader1[3][80]= { N_("Cylinder"), N_("Gasmix"), N_("Gas Used")};
|
||||
char buffer[80], dataheader1[3][80]= { N_("Cylinder"), N_("Gasmix"), NC_("Amount","Gas Used")};
|
||||
|
||||
PangoLayout *layout;
|
||||
/* First create a header */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue