Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2019-03-18 17:11:44 +0300
committerGhostkeeper <rubend@tutanota.com>2019-03-18 17:16:49 +0300
commitcb44223eca4cf4f3028733d303e7209de15c3403 (patch)
tree303e23a2630e64c849bf56ab91ed3a0ef40948ff /resources/qml/ActionPanel/SliceProcessWidget.qml
parentc1ed8ba9d0003346a8a938875b2df7c096fc12a6 (diff)
Consistent capitalisation
Diffstat (limited to 'resources/qml/ActionPanel/SliceProcessWidget.qml')
-rw-r--r--resources/qml/ActionPanel/SliceProcessWidget.qml2
1 files changed, 1 insertions, 1 deletions
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")
}