mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 18:55:59 +08:00
Fixed case of the button text.
CURA-3398
This commit is contained in:
parent
d372e73eda
commit
3e4ee0639c
@ -164,7 +164,7 @@ UM.Dialog
|
|||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
id: createNewProfileButton
|
id: createNewProfileButton
|
||||||
text: catalog.i18nc("@action:button", "Create new profile");
|
text: catalog.i18nc("@action:button", "Create New Profile");
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
action: Cura.Actions.addProfile
|
action: Cura.Actions.addProfile
|
||||||
onClicked: base.hide()
|
onClicked: base.hide()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user