Fix some leftover renamings

Contributes to CURA-5941
This commit is contained in:
Diego Prado Gesto 2018-12-04 13:21:26 +01:00
parent e159cbdb1a
commit 4dcce7616b
6 changed files with 9 additions and 9 deletions

View file

@ -134,7 +134,7 @@ Cura.ExpandableComponent
text: catalog.i18nc("@button", "Add printer")
onClicked:
{
togglePopup()
toggleContent()
Cura.Actions.addMachine.trigger()
}
}
@ -146,7 +146,7 @@ Cura.ExpandableComponent
text: catalog.i18nc("@button", "Manage printers")
onClicked:
{
togglePopup()
toggleContent()
Cura.Actions.configureMachines.trigger()
}
}