Skip to content

Commit

Permalink
add note it's experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa committed Dec 17, 2021
1 parent be1a4bb commit 6de6406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/wxpython/gui_core/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def _createGeneralPage(self, notebook):
singleWindow = wx.CheckBox(
parent=panel,
id=wx.ID_ANY,
label=_("Use single-window mode (requires GUI restart)"),
label=_("Use single-window mode (experimental, requires GUI restart)"),
name="IsChecked",
)
singleWindow.SetValue(
Expand Down

0 comments on commit 6de6406

Please sign in to comment.