Browse Source

Consistent capitalisation

Ghostkeeper 6 years ago
parent
commit
cb44223eca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/ActionPanel/SliceProcessWidget.qml

+ 1 - 1
resources/qml/ActionPanel/SliceProcessWidget.qml

@@ -58,7 +58,7 @@ Column
         width: parent.width
         visible: widget.backendState == UM.Backend.Error
 
-        text: catalog.i18nc("@label:PrintjobStatus", "Unable to Slice")
+        text: catalog.i18nc("@label:PrintjobStatus", "Unable to slice")
         source: UM.Theme.getIcon("warning")
         iconColor: UM.Theme.getColor("warning")
     }