summaryrefslogtreecommitdiffstats
path: root/statistics.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-03 18:08:26 +1100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-03 18:08:26 +1100
commitde0cdf28b2adb993d05f2c347b90c8b2c3165510 (patch)
treeabcd5a259542a6c218b9cec04419ed890942258d /statistics.c
parent9edde5ff28780ed60a7ccfc47d4bf305c5c83fe1 (diff)
parent547a3cf120a442728ac8fb5434d8252389281888 (diff)
downloadsubsurface-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 'statistics.c')
-rw-r--r--statistics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/statistics.c b/statistics.c
index 001c45155..925eb2856 100644
--- a/statistics.c
+++ b/statistics.c
@@ -851,7 +851,7 @@ GtkWidget *single_stats_widget(void)
single_w.sac = new_info_label_in_frame(hbox, _("SAC"));
single_w.otu = new_info_label_in_frame(hbox, _("OTU"));
single_w.o2he = new_info_label_in_frame(hbox, "O" UTF8_SUBSCRIPT_2 " / He");
- single_w.gas_used = new_info_label_in_frame(hbox, _("Gas Used"));
+ single_w.gas_used = new_info_label_in_frame(hbox, C_("Amount","Gas Used"));
return vbox;
}