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-05-08 11:24:04 +0300
committerGhostkeeper <rubend@tutanota.com>2019-05-08 11:24:21 +0300
commit5b8d2243f753d45f1f843bf4f03daed1db3ba907 (patch)
tree97019fa0de13691e2755bdc21a0e3ef566e877bd /resources/qml/ActionPanel
parent5e43e723e7b9dcfc849f2c2454ebf61b7a2070a5 (diff)
Change time/material 'specification' into 'estimation'
Because that's what it is and how you should use it.
Diffstat (limited to 'resources/qml/ActionPanel')
-rw-r--r--resources/qml/ActionPanel/PrintJobInformation.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/ActionPanel/PrintJobInformation.qml b/resources/qml/ActionPanel/PrintJobInformation.qml
index 4b8461987b..5b80e1a614 100644
--- a/resources/qml/ActionPanel/PrintJobInformation.qml
+++ b/resources/qml/ActionPanel/PrintJobInformation.qml
@@ -28,7 +28,7 @@ Column
Label
{
- text: catalog.i18nc("@label", "Time specification").toUpperCase()
+ text: catalog.i18nc("@label", "Time estimation").toUpperCase()
color: UM.Theme.getColor("primary")
font: UM.Theme.getFont("default_bold")
renderType: Text.NativeRendering
@@ -111,7 +111,7 @@ Column
Label
{
- text: catalog.i18nc("@label", "Material specification").toUpperCase()
+ text: catalog.i18nc("@label", "Material estimation").toUpperCase()
color: UM.Theme.getColor("primary")
font: UM.Theme.getFont("default_bold")
renderType: Text.NativeRendering