mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fix typo in label ID
This commit is contained in:
parent
c2e6bb8bc6
commit
161b200a67
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (c) 2015 Ultimaker B.V.
|
# Copyright (c) 2018 Ultimaker B.V.
|
||||||
# Cura is released under the terms of the LGPLv3 or higher.
|
# Cura is released under the terms of the LGPLv3 or higher.
|
||||||
|
|
||||||
CuraAppDisplayName = "@CURA_APP_DISPLAY_NAME@"
|
CuraAppDisplayName = "@CURA_APP_DISPLAY_NAME@"
|
||||||
|
|
|
@ -489,7 +489,7 @@ Column
|
||||||
|
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
id: bulidplateLabel
|
id: buildplateLabel
|
||||||
text: catalog.i18nc("@label", "Build plate");
|
text: catalog.i18nc("@label", "Build plate");
|
||||||
width: Math.floor(parent.width * 0.45 - UM.Theme.getSize("default_margin").width)
|
width: Math.floor(parent.width * 0.45 - UM.Theme.getSize("default_margin").width)
|
||||||
height: parent.height
|
height: parent.height
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue