Skip to content

Commit c761660

Browse files
committed
add a few more translator messages for further testing
1 parent ba3c039 commit c761660

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addon/globalPlugins/MathCAT/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def __init__(self, *args, **kwargs):
3434
def add_MathCAT_menu(self):
3535
if not globalVars.appArgs.secure:
3636
self.preferencesMenu = mainFrame.sysTrayIcon.preferencesMenu
37+
# Translators: this show up in the NVDA preferences dialog. It opens the MathCAT preferences dialog
3738
self.settings = self.preferencesMenu.Append(wx.ID_ANY, _("&MathCAT Settings..."))
3839
mainFrame.sysTrayIcon.Bind(wx.EVT_MENU, self.on_settings, self.settings)
3940

0 commit comments

Comments
 (0)