Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonarddeR committed Aug 1, 2023
1 parent d098252 commit 15291f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion addon/globalPlugins/rdAccess/settingsPanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ def isValid(self):
if not self.operatingModeList.CheckedItems:
messageBox(
# Translators: Message to report wrong configuration of operating mode.
_("You need to enable remote destkop accessibility support for at least incoming or outgoing connections."),
_(
"You need to enable remote destkop accessibility support for at least incoming or outgoing connections."
),
# Translators: The title of the message box
_("Error"),
wx.OK | wx.ICON_ERROR,
Expand Down

0 comments on commit 15291f2

Please sign in to comment.