Even more string cleanup.

This commit is contained in:
Bill Dengler
2015-04-17 19:00:24 -04:00
parent 3c46201af9
commit d0924a6e15
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ class autocompletionSettingsDialog(widgetUtils.BaseDialog):
self.friends_buffer = wx.CheckBox(panel, -1, _(u"Add users from friends buffer"))
sizer.Add(self.followers_buffer, 0, wx.ALL, 5)
sizer.Add(self.friends_buffer, 0, wx.ALL, 5)
self.viewList = wx.Button(panel, -1, _(u"See the users list"))
self.viewList = wx.Button(panel, -1, _(u"Manage database..."))
sizer.Add(self.viewList, 0, wx.ALL, 5)
ok = wx.Button(panel, wx.ID_OK)
cancel = wx.Button(panel, wx.ID_CANCEL)