Skip to content

Commit

Permalink
Fix up of: Add filtering functionality to the symbols list (#8790, #1…
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienCochuyt authored and michaelDCurran committed Sep 17, 2019
1 parent 003c700 commit 96504b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/gui/settingsDialogs.py
Expand Up @@ -2955,7 +2955,7 @@ def wrapWithEventSkip(event):

# Translators: The label for the edit field in symbol pronunciation dialog to change the replacement text of a symbol.
replacementText = _("&Replacement")
self.replacementEdit = sHelper.addLabeledControl(
self.replacementEdit = changeSymbolHelper.addLabeledControl(
labelText=replacementText,
wxCtrlClass=wx.TextCtrl,
size=self.scaleSize((300, -1)),
Expand Down

0 comments on commit 96504b8

Please sign in to comment.