Skip to content

Commit

Permalink
rename menu option
Browse files Browse the repository at this point in the history
  • Loading branch information
astaric committed May 25, 2018
1 parent 5d95895 commit 4e8f814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orange/canvas/application/canvasmain.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ def setup_actions(self):
triggered=self.reset_widget_settings)

self.float_widgets_on_top_action = \
QAction(self.tr("Float Widgets on Top"), self,
QAction(self.tr("Display Widgets on Top"), self,
checkable=True,
toolTip=self.tr("Widgets are always displayed above other windows."))
self.float_widgets_on_top_action.toggled.connect(
Expand Down

0 comments on commit 4e8f814

Please sign in to comment.