From 07186dac992c5bc024e4fcb0bbb406cde0d4d465 Mon Sep 17 00:00:00 2001 From: Vojtech Bubnik Date: Fri, 20 Aug 2021 16:47:01 +0200 Subject: [PATCH] Improved wording of "does not look like a sign" notification. --- src/slic3r/GUI/NotificationManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/NotificationManager.cpp b/src/slic3r/GUI/NotificationManager.cpp index ec54487c6..4c1c404da 100644 --- a/src/slic3r/GUI/NotificationManager.cpp +++ b/src/slic3r/GUI/NotificationManager.cpp @@ -47,7 +47,7 @@ const NotificationManager::NotificationData NotificationManager::basic_notificat _u8L("You have just added a G-code for color change, but its value is empty.\n" "To export the G-code correctly, check the \"Color Change G-code\" in \"Printer Settings > Custom G-code\"") }, {NotificationType::EmptyAutoColorChange, NotificationLevel::RegularNotification, 10, - _u8L("This model doesn't allow to automatically add the color changes") }, + _u8L("No color change event was added to the print. The print does not look like a sign.") }, {NotificationType::DesktopIntegrationSuccess, NotificationLevel::RegularNotification, 10, _u8L("Desktop integration was successful.") }, {NotificationType::DesktopIntegrationFail, NotificationLevel::WarningNotification, 10,