From 7ab16e078c15c2697fd18c48192a70b367fab3a3 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Tue, 30 Aug 2022 16:45:34 +0200 Subject: [PATCH] Speared spurious space. done as part of CURA-9221 --- .../src/Messages/PrintJobAwaitingApprovalMessage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/UM3NetworkPrinting/src/Messages/PrintJobAwaitingApprovalMessage.py b/plugins/UM3NetworkPrinting/src/Messages/PrintJobAwaitingApprovalMessage.py index 03691d5c6f..c60d596da9 100644 --- a/plugins/UM3NetworkPrinting/src/Messages/PrintJobAwaitingApprovalMessage.py +++ b/plugins/UM3NetworkPrinting/src/Messages/PrintJobAwaitingApprovalMessage.py @@ -13,7 +13,7 @@ I18N_CATALOG = i18nCatalog("cura") class PrintJobPendingApprovalMessage(Message): """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__( 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"),