Skip to content

Commit 5bb132b

Browse files
committed
qtplasmac -fix spelling mistake: 'TEMPARARY_MESSAGE'
1 parent a618e3f commit 5bb132b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

share/qtvcp/screens/qtplasmac/qtplasmac_handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ def new_process_error(self, w, kind, text):
759759
N.update(O.notify_critical, title='Internal NML Text:', message=text, msgs=O.notify_max_msgs)
760760
elif kind == linuxcnc.NML_DISPLAY:
761761
N.update(O.notify_critical, title='Internal NML Display:', message=text, msgs=O.notify_max_msgs)
762-
elif kind == STATUS.TEMPARARY_MESSAGE:
762+
elif kind == STATUS.TEMPORARY_MESSAGE:
763763
N.update(O.notify_normal,
764764
title='Operator Info:',
765765
message=text,
@@ -773,7 +773,7 @@ def new_process_error(self, w, kind, text):
773773
STATUS.emit('play-sound', 'SPEAK %s ' % text)
774774
if O.mchnMsg_speak_text:
775775
if kind in (linuxcnc.OPERATOR_TEXT, linuxcnc.NML_TEXT,
776-
linuxcnc.OPERATOR_DISPLAY, STATUS.TEMPARARY_MESSAGE):
776+
linuxcnc.OPERATOR_DISPLAY, STATUS.TEMPORARY_MESSAGE):
777777
STATUS.emit('play-sound', 'SPEAK %s ' % text)
778778
STATUS.emit('update-machine-log', text, 'TIME')
779779

0 commit comments

Comments
 (0)