diff options
author | kali <kali@leap.se> | 2013-01-24 02:30:00 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-24 02:30:00 +0900 |
commit | ff59da55ef9a176b36cef19d67e7ec363bf5d739 (patch) | |
tree | b53baf5046ed0bd996967bf5d332fb6f83de1f92 /src/leap/gui/firstrun/login.py | |
parent | 407b030bb7d27b797fb27254710a358c9c69f8be (diff) |
wizard rephrasing & punctuation
Diffstat (limited to 'src/leap/gui/firstrun/login.py')
-rw-r--r-- | src/leap/gui/firstrun/login.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/gui/firstrun/login.py b/src/leap/gui/firstrun/login.py index e39eecc0..3707d3ff 100644 --- a/src/leap/gui/firstrun/login.py +++ b/src/leap/gui/firstrun/login.py @@ -22,7 +22,7 @@ class LogInPage(InlineValidationPage, UserFormMixIn): # InlineValidationPage self.current_page = "login" self.setTitle(self.tr("Log In")) - self.setSubTitle(self.tr("Log in with your credentials.")) + self.setSubTitle(self.tr("Log in with your credentials")) self.current_page = "login" self.setPixmap( |