Skip to content

Commit

Permalink
Change shortcut for Save dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Mar 3, 2024
1 parent fcc8ba7 commit c2f14b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/appModules/perky.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def makeSettings(self, settingsSizer):
bHelper.addButton(
parent=self,
# Translators: The label for a button in the Perky speech symbols dialog.
label=_("&Save dictionary...")
label=_("Save dictio&nary...")
).Bind(wx.EVT_BUTTON, self.onSaveClick)
bHelper.addButton(
parent=self,
Expand Down

0 comments on commit c2f14b5

Please sign in to comment.