summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'print.c')
-rw-r--r--print.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/print.c b/print.c
index 26c93fd28..a59456ba1 100644
--- a/print.c
+++ b/print.c
@@ -192,7 +192,9 @@ static void print_tanks (struct dive *dive, cairo_t *cr, PangoLayout *layout, in
double w_scale_factor)
{
int curwidth, n, i, counter;
- char buffer[80], dataheader1[3][80]= { N_("Cylinder"), N_("Gasmix"), NC_("Amount","Gas Used")};
+ char buffer[80], dataheader1[3][80]= { N_("Cylinder"), N_("Gasmix"),
+ /*++GETTEXT Gas Used is amount used */
+ N_("Gas Used")};
PangoRectangle logic_ext;
cairo_save(cr);