aboutsummaryrefslogtreecommitdiffstats
path: root/planner.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 /planner.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 'planner.c')
-rw-r--r--planner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/planner.c b/planner.c
index 8ea10be37..9c47d3260 100644
--- a/planner.c
+++ b/planner.c
@@ -1147,7 +1147,7 @@ static void add_waypoint_widgets(GtkWidget *box, int idx)
if (idx == 0) {
entry_depth[idx] = add_entry_to_box(hbox, _("Ending Depth"));
entry_duration[idx] = add_entry_to_box(hbox, _("Segment Time"));
- entry_gas[idx] = add_gas_combobox_to_box(hbox, _("Gas Used"), idx);
+ entry_gas[idx] = add_gas_combobox_to_box(hbox, C_("Type of","Gas Used"), idx);
entry_po2[idx] = add_entry_to_box(hbox, _("CC SetPoint"));
} else {
entry_depth[idx] = add_entry_to_box(hbox, NULL);