Various small fixes

Contribute to CURA-10208
This commit is contained in:
jspijker 2023-03-06 12:31:39 +01:00
parent 1dda339e95
commit ebc50d65f1
20 changed files with 49 additions and 49 deletions

View file

@ -16,7 +16,7 @@ class LegacyDeviceNoLongerSupportedMessage(Message):
def __init__(self) -> None:
super().__init__(
text = I18N_CATALOG.i18nc("@info:status", "You are attempting to connect to a printer that is not "
"running Ultimaker Connect. Please update the printer to the "
"running UltiMaker Connect. Please update the printer to the "
"latest firmware."),
title = I18N_CATALOG.i18nc("@info:title", "Update your printer"),
lifetime = 10,