mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Use the same string as the web front-end
CL-897
This commit is contained in:
parent
b7673a7438
commit
9d85f3ece6
1 changed files with 1 additions and 1 deletions
|
@ -624,7 +624,7 @@ color: "green"
|
||||||
MessageDialog
|
MessageDialog
|
||||||
{
|
{
|
||||||
id: overrideConfirmationDialog
|
id: overrideConfirmationDialog
|
||||||
title: catalog.i18nc("@window:title", "Override configuration")
|
title: catalog.i18nc("@window:title", "Override configuration configuration and start print")
|
||||||
icon: StandardIcon.Warning
|
icon: StandardIcon.Warning
|
||||||
text: {
|
text: {
|
||||||
var printJobName = formatPrintJobName(printJob.name);
|
var printJobName = formatPrintJobName(printJob.name);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue