mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Translate the units in the 'Weight System' dialog
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
834825f406
commit
17191f17ce
1 changed files with 2 additions and 2 deletions
|
@ -1034,9 +1034,9 @@ static void ws_widget(GtkWidget *vbox, struct ws_widget *ws_widget, GtkListStore
|
|||
gtk_box_pack_start(GTK_BOX(hbox), frame, FALSE, TRUE, 0);
|
||||
|
||||
if ( output_units.weight == KG)
|
||||
widget = create_spinbutton(hbox, "kg", 0, 50, 0.5);
|
||||
widget = create_spinbutton(hbox, _("kg"), 0, 50, 0.5);
|
||||
else
|
||||
widget = create_spinbutton(hbox, "lbs", 0, 110, 1);
|
||||
widget = create_spinbutton(hbox, _("lbs"), 0, 110, 1);
|
||||
ws_widget->weight = GTK_SPIN_BUTTON(widget);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue