Added phone number in documentation and GUI

This commit is contained in:
2016-03-23 11:14:47 -06:00
parent 33b779887e
commit e88062cd0e
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ class newSessionDialog(widgetUtils.BaseDialog):
def __init__(self):
super(newSessionDialog, self).__init__(parent=None, id=wx.NewId(), title=_(u"Authorise VK"))
panel = wx.Panel(self)
lbl1 = wx.StaticText(panel, -1, _(u"&Email address"))
lbl1 = wx.StaticText(panel, -1, _(u"&Email or phone number"))
self.email = wx.TextCtrl(panel, -1)
lbl2 = wx.StaticText(panel, -1, _(u"&Password"))
self.passw = wx.TextCtrl(panel, -1, style=wx.TE_PASSWORD)