优化排除对象的英文语法错误
This commit is contained in:
parent
e8d509cb6c
commit
1a177e90d0
@ -63,7 +63,7 @@ class ObjectMap(Gtk.DrawingArea):
|
||||
script = {"script": f"EXCLUDE_OBJECT NAME={name}"}
|
||||
self._screen._confirm_send_action(
|
||||
None,
|
||||
_("Are you sure do you want to exclude the object?") + f"\n\n{name}",
|
||||
_("Are you sure you want to exclude the object?") + f"\n\n{name}",
|
||||
"printer.gcode.script",
|
||||
script
|
||||
)
|
||||
|
@ -69,7 +69,7 @@ class Panel(ScreenPanel):
|
||||
script = {"script": f"EXCLUDE_OBJECT NAME={name}"}
|
||||
self._screen._confirm_send_action(
|
||||
widget,
|
||||
_("Are you sure do you want to exclude the object?") + f"\n\n{name}",
|
||||
_("Are you sure you want to exclude the object?") + f"\n\n{name}",
|
||||
"printer.gcode.script",
|
||||
script
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user