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)

View File

@@ -74,7 +74,7 @@ class mainFrame(wx.Frame):
self.changelog.Enable(False)
self.check_for_updates = help.Append(wx.NewId(), _(u"&Check for updates"))
self.reportError = help.Append(wx.NewId(), _(u"&Report an error"))
self.visit_website = help.Append(-1, _(u"TW Blue &website"))
self.visit_website = help.Append(-1, _(u"TW Blue's &website"))
self.about = help.Append(-1, _(u"About &TW Blue"))
# Add all to the menu Bar