Browse Source

Shorten copy of update button

Added the full text in the tooltip

CURA-9023
Jaime van Kessel 3 years ago
parent
commit
6aeac2b2a4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      resources/qml/Preferences/ProfilesPage.qml

+ 2 - 1
resources/qml/Preferences/ProfilesPage.qml

@@ -325,9 +325,10 @@ UM.ManagementPage
 
                 Cura.SecondaryButton
                 {
-                    text: catalog.i18nc("@action:button", "Update profile with current settings/overrides")
+                    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")
                 }
 
                 Cura.SecondaryButton