screen: fix typo in error message fixes #1110

This commit is contained in:
alfrix
2023-09-03 22:49:39 -03:00
parent 001c1cb009
commit ed0dbaea9e
28 changed files with 75 additions and 48 deletions

View File

@@ -695,7 +695,7 @@ class KlipperScreen(Gtk.Window):
_("No elegible macros:") + "\n"
+ _("macros with a name starting with '_' are hidden") + "\n"
+ _("macros that use 'rename_existing' are hidden") + "\n"
+ _("LOAD_FILAMENT/UNLOAD_FILAMENT are hidden and shold be used from extrude") + "\n"
+ _("LOAD_FILAMENT/UNLOAD_FILAMENT are hidden and should be used from extrude") + "\n"
)
self.base_panel.show_shortcut(show)