Skip to content

Commit

Permalink
canvasmain: better informative text on reset widget settings dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
JakaKokosar committed Feb 15, 2019
1 parent 979e75b commit e74da1f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Orange/canvas/application/canvasmain.py
Original file line number Diff line number Diff line change
Expand Up @@ -1707,11 +1707,10 @@ def open_addons(self):

def reset_widget_settings(self):
res = message_question(
"Clear all widget settings on next restart",
"A restart of the application is necessary for the " +
"changes to take effect.",
title="Clear settings",
informative_text=(
"A restart of the application is necessary " +
"for the changes to take effect"),
informative_text="Press OK to restart.",
buttons=QMessageBox.Ok | QMessageBox.Cancel,
default_button=QMessageBox.Ok,
parent=self
Expand Down

0 comments on commit e74da1f

Please sign in to comment.