mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Make "save" button on AddMachineDialog translatable
CURA-1278
This commit is contained in:
parent
aeccfe3509
commit
c592d71051
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ UM.Dialog
|
||||||
|
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
text:"save"
|
text: catalog.i18nc("@action:button", "Add Printer")
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
onClicked:
|
onClicked:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue