aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-04 08:03:24 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-04 08:03:44 -0800
commit9f8d593a150566c39548e0fdfe9c392ae939ff31 (patch)
tree77652fc38a0231bc7257782b0c0cc855cbfd1067
parentbd1e0eea512b0f67dfc9e15fb7692c13ad810a45 (diff)
downloadsubsurface-9f8d593a150566c39548e0fdfe9c392ae939ff31.tar.gz
Mobile UI: fix typo in disabled planner setup
While this is disabled and is unlikely to be completed, the typo caused confusion with translators. This shows one of the weaknesses of the way we set up our translations, in that always both desktop and mobile are translated together, and disabled code is also included in those translations, causing unnecessary work for the translators. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--mobile-widgets/qml/DivePlannerSetup.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/DivePlannerSetup.qml b/mobile-widgets/qml/DivePlannerSetup.qml
index 4c014aaf5..888b5331f 100644
--- a/mobile-widgets/qml/DivePlannerSetup.qml
+++ b/mobile-widgets/qml/DivePlannerSetup.qml
@@ -214,7 +214,7 @@ TemplatePage {
}
TemplateRadioButton {
- text: qsTr("Bühlmannh deco")
+ text: qsTr("Bühlmann deco")
Layout.columnSpan: 2
checked: Backend.planner_deco_mode === Enums.BUEHLMANN
onClicked: {