Skip to content

Commit

Permalink
Merge pull request #2342 from Carifio24/dialog-typo
Browse files Browse the repository at this point in the history
Fix typo in dialog message.
  • Loading branch information
dhomeier authored Oct 27, 2022
2 parents b8f51d8 + 78406cd commit e4e875a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glue/core/qt/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def dialog(title, text, icon, setting=None, default=None):
return True

check = QCheckBox()
check.setText('Dont show this message again (can be reset via the preferences)')
check.setText('Don\'t show this message again (can be reset via the preferences)')

info = QMessageBox()
info.setIcon(icon)
Expand Down

0 comments on commit e4e875a

Please sign in to comment.