Merge pull request #4816 from luzpaz/typos

Fix misc. typos
This commit is contained in:
Yorik van Havre
2021-06-04 13:16:21 +02:00
committed by GitHub
10 changed files with 10 additions and 10 deletions

View File

@@ -264,7 +264,7 @@ class Draft_SetStyle_TaskPanel:
if pdict:
if name in pdict.keys():
reply = QtGui.QMessageBox.question(None,
tranlate("Draft","Warning"),
translate("Draft","Warning"),
translate("Draft","Name exists. Overwrite?"),
QtGui.QMessageBox.Yes | QtGui.QMessageBox.No,
QtGui.QMessageBox.No)