Skip to content

Commit

Permalink
Updated translations for disabling generator autostart confirm dialog
Browse files Browse the repository at this point in the history
Part of #1239
  • Loading branch information
MikeTrahearn-Qinetic committed Jan 6, 2025
1 parent 229cc64 commit 14d8d0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions components/PageGensetModel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ ObjectModel {
dialogDoneOptions: VenusOS.ModalDialog_DoneOptions_OkAndCancel

//% "Disable autostart?"
title: qsTrId("controlcard_generator_disableautostartdialog_title")
title: qsTrId("ac-in-genset_disableautostartdialog_title")

//% "Autostart will be disabled and the generator won't automatically start based on the configured conditions."
description: qsTrId("controlcard_generator_disableautostartdialog_description")
//% "Autostart will be disabled and the generator won't automatically start based on the configured conditions.\nIf the generator is currently running due to a autostart condition, disabling autostart will also stop it immediately."
description: qsTrId("ac-in-genset_disableautostartdialog_description")

onAccepted: {
autostartSwitch.dataItem.setValue(false)
Expand Down
2 changes: 1 addition & 1 deletion pages/controlcards/GeneratorCard.qml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ControlCard {
//% "Disable autostart?"
title: qsTrId("controlcard_generator_disableautostartdialog_title")

//% "Autostart will be disabled and the generator won't automatically start based on the configured conditions."
//% "Autostart will be disabled and the generator won't automatically start based on the configured conditions.\nIf the generator is currently running due to a autostart condition, disabling autostart will also stop it immediately."
description: qsTrId("controlcard_generator_disableautostartdialog_description")

onAccepted: {
Expand Down

0 comments on commit 14d8d0b

Please sign in to comment.