Rename the radio button to match label kgs->kg

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2013-12-08 14:18:27 +01:00 committed by Dirk Hohndel
parent e39ec4e564
commit 8c65173746
2 changed files with 2 additions and 2 deletions

View file

@ -90,7 +90,7 @@ void PreferencesDialog::setUiFromPrefs()
ui.psi->setChecked(prefs.units.pressure == units::PSI);
ui.liter->setChecked(prefs.units.volume == units::LITER);
ui.cuft->setChecked(prefs.units.volume == units::CUFT);
ui.kgs->setChecked(prefs.units.weight == units::KG);
ui.kg->setChecked(prefs.units.weight == units::KG);
ui.lbs->setChecked(prefs.units.weight == units::LBS);
ui.font->setFont(QString(prefs.divelist_font));

View file

@ -417,7 +417,7 @@
</widget>
</item>
<item row="4" column="1">
<widget class="QRadioButton" name="kgs">
<widget class="QRadioButton" name="kg">
<property name="text">
<string>kg</string>
</property>