mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:55:57 +08:00
Shorten new cloud printers message
So the plural form also fits on one line CURA-7055
This commit is contained in:
parent
0ec3e0972b
commit
22a06fca3b
@ -135,8 +135,8 @@ class CloudOutputDeviceManager:
|
|||||||
message = Message(
|
message = Message(
|
||||||
title = self.I18N_CATALOG.i18ncp(
|
title = self.I18N_CATALOG.i18ncp(
|
||||||
"info:status",
|
"info:status",
|
||||||
"New cloud printer detected from your Ultimaker account",
|
"New printer detected from your Ultimaker account",
|
||||||
"New cloud printers detected from your Ultimaker account",
|
"New printers detected from your Ultimaker account",
|
||||||
len(new_devices)
|
len(new_devices)
|
||||||
),
|
),
|
||||||
progress = 0,
|
progress = 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user