mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Fixed case of the button text.
CURA-3398
This commit is contained in:
parent
d372e73eda
commit
3e4ee0639c
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ UM.Dialog
|
|||
Button
|
||||
{
|
||||
id: createNewProfileButton
|
||||
text: catalog.i18nc("@action:button", "Create new profile");
|
||||
text: catalog.i18nc("@action:button", "Create New Profile");
|
||||
anchors.left: parent.left
|
||||
action: Cura.Actions.addProfile
|
||||
onClicked: base.hide()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue