diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-02-03 18:08:26 +1100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-03 18:08:26 +1100 |
commit | de0cdf28b2adb993d05f2c347b90c8b2c3165510 (patch) | |
tree | abcd5a259542a6c218b9cec04419ed890942258d /print.c | |
parent | 9edde5ff28780ed60a7ccfc47d4bf305c5c83fe1 (diff) | |
parent | 547a3cf120a442728ac8fb5434d8252389281888 (diff) | |
download | subsurface-de0cdf28b2adb993d05f2c347b90c8b2c3165510.tar.gz |
Merge branch 'po-files'
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Conflicts:
po/nb_NO.po
po/ru_RU.po
Diffstat (limited to 'print.c')
-rw-r--r-- | print.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |