Corrected program strings.

This commit is contained in:
Sukil Etxenike
2015-04-05 23:39:55 +02:00
parent 48e918adb0
commit b272a08ab9
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)