~nataliabidart/ubuntu-sso-client/all-ui-from-code

« back to all changes in this revision

Viewing changes to ubuntu_sso/qt/network_detection_page.py

  • Committer: Tarmac
  • Author(s): Natalia B. Bidart
  • Date: 2012-02-13 21:32:04 UTC
  • mfrom: (868.1.2 no-u1-nowhere)
  • Revision ID: tarmac-20120213213204-ajz3c5on6vacokwx
- No more 'Congratulations, app_name has installed' message since we're not
  installing (LP: #931574).
- Refactored logic on setup_account_page.py to displya terms and/or privacy
  links properly (LP: #931589).

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
    def __init__(self, banner_pixmap=None, parent=None):
37
37
        super(NetworkDetectionPage, self).__init__(parent)
38
 
        self.setTitle(_("Installing Ubuntu One"))
 
38
        self.setTitle(_("Network detection"))
39
39
        self.ui = network_detection_ui.Ui_Form()
40
40
        self.ui.setupUi(self)
41
41
        if banner_pixmap is not None: