summaryrefslogtreecommitdiffstats
path: root/planner.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-03 15:49:47 +1100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-03 18:03:10 +1100
commit7f59026dbf079d9beb620dd4dc33facd5a935850 (patch)
treea6dbd70857cf89b39d14058d9bb3097579f55786 /planner.c
parent08d4b43243a28e930447bbd15780438ab814b866 (diff)
downloadsubsurface-7f59026dbf079d9beb620dd4dc33facd5a935850.tar.gz
Distinguish the two uses of "Gas Used" for translation purposes
One is about the amount, the other about the specific type of gar that was used. Reported-by: Sergey Starosek <sergey.starosek@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 8a2d71990..e4e2c5c13 100644
--- a/planner.c
+++ b/planner.c
@@ -1138,7 +1138,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);