diff --git a/src/extra/autocompletionUsers/wx_settings.py b/src/extra/autocompletionUsers/wx_settings.py index a469d7e6..e32eaf63 100644 --- a/src/extra/autocompletionUsers/wx_settings.py +++ b/src/extra/autocompletionUsers/wx_settings.py @@ -5,7 +5,7 @@ import application class autocompletionSettingsDialog(widgetUtils.BaseDialog): def __init__(self): - super(autocompletionSettingsDialog, self).__init__(parent=None, id=-1, title=_(u"Autocomplete users’ settings")) + super(autocompletionSettingsDialog, self).__init__(parent=None, id=-1, title=_(u"Autocomplete users' settings")) panel = wx.Panel(self) sizer = wx.BoxSizer(wx.VERTICAL) self.followers_buffer = wx.CheckBox(panel, -1, _(u"Add users from followers buffer"))