Change time/material 'specification' into 'estimation'

Because that's what it is and how you should use it.
This commit is contained in:
Ghostkeeper 2019-05-08 10:24:04 +02:00
parent 5e43e723e7
commit 5b8d2243f7
No known key found for this signature in database
GPG Key ID: 86BEF881AE2CF276

View File

@ -28,7 +28,7 @@ Column
Label Label
{ {
text: catalog.i18nc("@label", "Time specification").toUpperCase() text: catalog.i18nc("@label", "Time estimation").toUpperCase()
color: UM.Theme.getColor("primary") color: UM.Theme.getColor("primary")
font: UM.Theme.getFont("default_bold") font: UM.Theme.getFont("default_bold")
renderType: Text.NativeRendering renderType: Text.NativeRendering
@ -111,7 +111,7 @@ Column
Label Label
{ {
text: catalog.i18nc("@label", "Material specification").toUpperCase() text: catalog.i18nc("@label", "Material estimation").toUpperCase()
color: UM.Theme.getColor("primary") color: UM.Theme.getColor("primary")
font: UM.Theme.getFont("default_bold") font: UM.Theme.getFont("default_bold")
renderType: Text.NativeRendering renderType: Text.NativeRendering