diff --git a/src/Mod/Draft/draftutils/params.py b/src/Mod/Draft/draftutils/params.py index 7340963505..7821a9a4fa 100644 --- a/src/Mod/Draft/draftutils/params.py +++ b/src/Mod/Draft/draftutils/params.py @@ -81,8 +81,8 @@ def _param_observer_callback_snapwidget(): msg = translate("draft", """The Snap widget is only available in the Draft Workbench. Switch to that workbench to see the result of this change.""") - res = QtGui.QMessageBox.information(None, "Update Draft statusbar widget", msg, - QtGui.QMessageBox.Ok) + QtGui.QMessageBox.information(None, "Update Draft statusbar widget", msg, + QtGui.QMessageBox.Ok) def _param_observer_callback_scalewidget(): @@ -93,8 +93,8 @@ def _param_observer_callback_scalewidget(): msg = translate("draft", """The Annotation scale widget is only available in the Draft Workbench. Switch to that workbench to see the result of this change.""") - res = QtGui.QMessageBox.information(None, "Update Draft statusbar widget", msg, - QtGui.QMessageBox.Ok) + QtGui.QMessageBox.information(None, "Update Draft statusbar widget", msg, + QtGui.QMessageBox.Ok) def _param_observer_callback_snapstyle():