mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Merge branch 'po-files'
Signed-off-by: Dirk Hohndel <dirk@hohndel.org> Conflicts: po/nb_NO.po po/ru_RU.po
This commit is contained in:
commit
de0cdf28b2
16 changed files with 171 additions and 30 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue