Fix Cura sidebar to use Print Setup in header

This commit is contained in:
Arjen Hiemstra 2015-04-17 15:44:44 +02:00
parent 7ef8038145
commit 029fabc791

View File

@ -110,7 +110,7 @@ Column {
height: UM.Theme.sizes.section.height;
iconSource: UM.Theme.icons.printsetup;
text: qsTr("Setup");
text: qsTr("Print Setup");
enabled: false;
color: UM.Theme.colors.primary;