Remove . from button string

CURA-9023
This commit is contained in:
Jaime van Kessel 2022-03-14 11:47:19 +01:00
parent 97732336e3
commit 0084001e2f

View file

@ -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")