mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 08:47:50 -06: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue