From 9f8d593a150566c39548e0fdfe9c392ae939ff31 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 4 Mar 2020 08:03:24 -0800 Subject: 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 --- mobile-widgets/qml/DivePlannerSetup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets/qml/DivePlannerSetup.qml') 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: { -- cgit v1.2.3-70-g09d2