mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:33:24 +00:00
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>
This commit is contained in:
parent
bd1e0eea51
commit
9f8d593a15
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Reference in a new issue