Skip to content

Commit

Permalink
Update source/browseMode.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Budd <[email protected]>
  • Loading branch information
michaelDCurran and seanbudd authored Feb 5, 2024
1 parent 442ee95 commit 6a89e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/browseMode.py
Original file line number Diff line number Diff line change
Expand Up @@ -2040,7 +2040,7 @@ def script_toggleNativeAppSelectionMode(self, gesture: inputCore.InputGesture):
# Translators: the message when native selection mode is not available in this browse mode document.
ui.message(_("Native selection mode unsupported in this browse mode document"))
else:
# Translators: the message when native selection mode is not available in this browse mode document.
# Translators: the message when native selection mode cannot be turned off in this browse mode document.
ui.message(_("Native selection mode cannot be turned off in this browse mode document"))
return
nativeAppSelectionModeOn = not self._nativeAppSelectionMode
Expand Down

0 comments on commit 6a89e65

Please sign in to comment.