From 3088661dda5028bd3451a53cb70d3fb18010d07f Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Wed, 14 Sep 2011 20:31:53 +0400 Subject: [PATCH] Use proper term for character sheet --- gui/characterEditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/characterEditor.py b/gui/characterEditor.py index 3b778ee02..3aff2874f 100644 --- a/gui/characterEditor.py +++ b/gui/characterEditor.py @@ -582,7 +582,7 @@ class APIView (wx.Panel): pmainSizer.Add(self.btnFetchSkills, 0, wx.ALL, 5) self.btnFetchSkills.Hide() self.btnFetchSkills.Bind(wx.EVT_BUTTON, self.fetchSkills) - self.stAPITip = wx.StaticText( self, wx.ID_ANY, u"You can create a key here (characters / sheet access only):", wx.DefaultPosition, wx.DefaultSize, 0 ) + self.stAPITip = wx.StaticText( self, wx.ID_ANY, u"You can create a key here (character sheet access only):", wx.DefaultPosition, wx.DefaultSize, 0 ) self.stAPITip.Wrap( -1 ) pmainSizer.Add( self.stAPITip, 0, wx.ALL, 2 )