Просмотр исходного кода

Don't say that creating a profile needs to provide a 'new' name

It's weird to ask for a new name if the profile is completely new.

Made together with a change in Uranium for CURA-6086.
Ghostkeeper 6 лет назад
Родитель
Сommit
cbed8038e9
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      resources/qml/Preferences/ProfilesPage.qml

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

@@ -173,6 +173,7 @@ Item
         id: createQualityDialog
         title: catalog.i18nc("@title:window", "Create Profile")
         object: "<new name>"
+        explanation: catalog.i18nc("@info", "Please provide a name for this profile.")
         onAccepted:
         {
             base.newQualityNameToSelect = newName;  // We want to switch to the new profile once it's created