From cb44223eca4cf4f3028733d303e7209de15c3403 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 18 Mar 2019 15:11:44 +0100 Subject: Consistent capitalisation --- resources/qml/ActionPanel/SliceProcessWidget.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/qml/ActionPanel/SliceProcessWidget.qml') diff --git a/resources/qml/ActionPanel/SliceProcessWidget.qml b/resources/qml/ActionPanel/SliceProcessWidget.qml index 21d6fac2d8..886ebf65ca 100644 --- a/resources/qml/ActionPanel/SliceProcessWidget.qml +++ b/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") } -- cgit v1.2.3