mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Remove . from button string
CURA-9023
This commit is contained in:
parent
97732336e3
commit
0084001e2f
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ UM.ManagementPage
|
|||
spacing: UM.Theme.getSize("default_margin").width
|
||||
Cura.SecondaryButton
|
||||
{
|
||||
text: catalog.i18nc("@action:button", "Update profile.")
|
||||
text: catalog.i18nc("@action:button", "Update profile")
|
||||
enabled: Cura.MachineManager.hasUserSettings && objectList.currentIndex && !objectList.currentIndex.is_read_only
|
||||
onClicked: Cura.ContainerManager.updateQualityChanges()
|
||||
tooltip: catalog.i18nc("@action:tooltip", "Update profile with current settings/overrides")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue