mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 10:06:07 +08:00
Speared spurious space.
done as part of CURA-9221
This commit is contained in:
parent
9c599870e3
commit
7ab16e078c
@ -13,7 +13,7 @@ I18N_CATALOG = i18nCatalog("cura")
|
|||||||
class PrintJobPendingApprovalMessage(Message):
|
class PrintJobPendingApprovalMessage(Message):
|
||||||
"""Message shown when waiting for approval on an uploaded print job."""
|
"""Message shown when waiting for approval on an uploaded print job."""
|
||||||
|
|
||||||
def __init__(self, cluster_id: str) -> None:
|
def __init__(self, cluster_id: str) -> None:
|
||||||
super().__init__(
|
super().__init__(
|
||||||
text = I18N_CATALOG.i18nc("@info:status", "You will receive a confirmation via email when the print job is approved"),
|
text = I18N_CATALOG.i18nc("@info:status", "You will receive a confirmation via email when the print job is approved"),
|
||||||
title=I18N_CATALOG.i18nc("@info:title", "The print job was successfully submitted"),
|
title=I18N_CATALOG.i18nc("@info:title", "The print job was successfully submitted"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user