mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 07:14:24 +08:00
Revert string changes that can easily be reverted
These strings can be re-used from other places. Contributes to issue CL-506.
This commit is contained in:
parent
dbf13b0d1a
commit
4932cc1e85
@ -248,7 +248,7 @@ Rectangle
|
||||
}
|
||||
else if (printJob.status == "pre_print" || printJob.status == "sent_to_printer")
|
||||
{
|
||||
return catalog.i18nc("@label:status", "Preparing to print")
|
||||
return catalog.i18nc("@label", "Preparing to print")
|
||||
}
|
||||
else if (printJob.configuration_changes_required != undefined && printJob.status == "queued")
|
||||
{
|
||||
@ -327,13 +327,13 @@ Rectangle
|
||||
return catalog.i18nc("@label", "Clear build plate")
|
||||
case "sent_to_printer":
|
||||
case "pre_print":
|
||||
return catalog.i18nc("@label", "Leveling and heating")
|
||||
return catalog.i18nc("@label", "Preparing to print")
|
||||
case "wait_for_configuration":
|
||||
return catalog.i18nc("@label", "Not accepting print jobs")
|
||||
case "queued":
|
||||
if (printJob.configuration_changes_required != undefined)
|
||||
{
|
||||
return catalog.i18nc("@label", "Configuration change");
|
||||
return catalog.i18nc("@label", "Waiting for configuration change");
|
||||
}
|
||||
default:
|
||||
return "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user