diff options
author | antialias <antialias@leap.se> | 2013-01-07 16:50:52 -0400 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-09 05:51:13 +0900 |
commit | 8e6a15e2f2d35c606aa0c1a2102c28ceccc23b78 (patch) | |
tree | 6b9d757922d11f1fb0afbc0f5051d84c68816f10 /src/leap/gui/firstrun/regvalidation.py | |
parent | 289722fe0eda46c8f5fbbecb84c8a0fbbe36a15f (diff) |
this should be the complete list of userfacing strings.
see #665.
Diffstat (limited to 'src/leap/gui/firstrun/regvalidation.py')
-rw-r--r-- | src/leap/gui/firstrun/regvalidation.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leap/gui/firstrun/regvalidation.py b/src/leap/gui/firstrun/regvalidation.py index b86583e0..6135a290 100644 --- a/src/leap/gui/firstrun/regvalidation.py +++ b/src/leap/gui/firstrun/regvalidation.py @@ -31,9 +31,9 @@ class RegisterUserValidationPage(ValidationPage): super(RegisterUserValidationPage, self).__init__(parent) self.current_page = "signupvalidation" - title = "Connecting..." + title = self.tr("Connecting...") # XXX uh... really? - subtitle = "Checking connection with provider." + subtitle = self.tr("Checking connection with provider.") self.setTitle(title) self.setSubTitle(subtitle) |