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

Fixed case of the button text.
CURA-3398

Simon Edwards 8 лет назад
Родитель
Сommit
3e4ee0639c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      resources/qml/DiscardOrKeepProfileChangesDialog.qml

+ 1 - 1
resources/qml/DiscardOrKeepProfileChangesDialog.qml

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