Rename "Machines" to "Printers"

This commit is contained in:
fieldOfView 2015-12-29 16:38:06 +01:00
parent 30d3d90dd8
commit aa2563b891
2 changed files with 4 additions and 4 deletions

View File

@ -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
{ {

View File

@ -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