From 22a06fca3b2491c0bde8ea3875f461656d6802ee Mon Sep 17 00:00:00 2001 From: Nino van Hooff Date: Tue, 7 Apr 2020 13:50:24 +0200 Subject: [PATCH] Shorten new cloud printers message So the plural form also fits on one line CURA-7055 --- .../UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py b/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py index 91c1ba645c..674ad0960b 100644 --- a/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py +++ b/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py @@ -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,