Browse Source

Update message text

CURA-8254
Konstantinos Karmas 3 years ago
parent
commit
cb4d5ce6e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cura/Machines/Models/MaterialManagementModel.py

+ 1 - 1
cura/Machines/Models/MaterialManagementModel.py

@@ -50,7 +50,7 @@ class MaterialManagementModel(QObject):
     def _showSyncNewMaterialsMessage(self):
         sync_materials_message = Message(
                 text = catalog.i18nc("@action:button",
-                                     "Please sync the material profiles with your printer before starting to print."),
+                                     "Please sync the material profiles with your printers before starting to print."),
                 title = catalog.i18nc("@action:button", "New materials installed"),
                 message_type = Message.MessageType.WARNING,
                 lifetime = 0