mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -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(
|
||||
title = self.I18N_CATALOG.i18ncp(
|
||||
"info:status",
|
||||
"New cloud printer detected from your Ultimaker account",
|
||||
"New cloud printers detected from your Ultimaker account",
|
||||
"New printer detected from your Ultimaker account",
|
||||
"New printers detected from your Ultimaker account",
|
||||
len(new_devices)
|
||||
),
|
||||
progress = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue