Merge pull request #7 from sukiletxe/next-gen

Corrected program strings.
This commit is contained in:
2015-04-08 13:44:20 -05:00
5 changed files with 14 additions and 14 deletions

View File

@@ -187,7 +187,7 @@ class configurationDialog(baseDialog.BaseWXDialog):
def __init__(self):
super(configurationDialog, self).__init__(None, -1)
self.panel = wx.Panel(self)
self.SetTitle(_(u"TW Blue preferences"))
self.SetTitle(_(u"TW Blue's preferences"))
self.sizer = wx.BoxSizer(wx.VERTICAL)
self.notebook = wx.Notebook(self.panel)