mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Rename "Machines" to "Printers"
This commit is contained in:
parent
30d3d90dd8
commit
aa2563b891
2 changed files with 4 additions and 4 deletions
|
|
@ -157,7 +157,7 @@ UM.MainWindow
|
||||||
{
|
{
|
||||||
id: machineMenu;
|
id: machineMenu;
|
||||||
//: Machine menu
|
//: Machine menu
|
||||||
title: catalog.i18nc("@title:menu","&Machine");
|
title: catalog.i18nc("@title:menu","&Printer");
|
||||||
|
|
||||||
Instantiator
|
Instantiator
|
||||||
{
|
{
|
||||||
|
|
@ -203,7 +203,7 @@ UM.MainWindow
|
||||||
Menu
|
Menu
|
||||||
{
|
{
|
||||||
id: profileMenu
|
id: profileMenu
|
||||||
title: catalog.i18nc("@title:menu", "&Profile")
|
title: catalog.i18nc("@title:menu", "P&rofile")
|
||||||
|
|
||||||
Instantiator
|
Instantiator
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ Item
|
||||||
Label{
|
Label{
|
||||||
id: machineSelectionLabel
|
id: machineSelectionLabel
|
||||||
//: Machine selection label
|
//: Machine selection label
|
||||||
text: catalog.i18nc("@label:listbox","Machine:");
|
text: catalog.i18nc("@label:listbox","Printer:");
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: UM.Theme.sizes.default_margin.width
|
anchors.leftMargin: UM.Theme.sizes.default_margin.width
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
|
@ -118,7 +118,7 @@ Item
|
||||||
text: UM.MachineManager.activeMachineVariant
|
text: UM.MachineManager.activeMachineVariant
|
||||||
width: parent.width/100*55
|
width: parent.width/100*55
|
||||||
height: UM.Theme.sizes.setting_control.height
|
height: UM.Theme.sizes.setting_control.height
|
||||||
tooltip: UM.MachineManager.activeMachineInstance;
|
tooltip: UM.MachineManager.activeMachineVariant;
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.rightMargin: UM.Theme.sizes.default_margin.width
|
anchors.rightMargin: UM.Theme.sizes.default_margin.width
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue