~ubuntu-branches/ubuntu/precise/landscape-client/precise-updates

« back to all changes in this revision

Viewing changes to scripts/landscape-client-ui-install

  • Committer: Package Import Robot
  • Author(s): David Britton
  • Date: 2012-03-28 10:59:58 UTC
  • mfrom: (1.1.27)
  • Revision ID: package-import@ubuntu.com-20120328105958-jmz1nv5eyci7azna
Tags: 12.04.3-0ubuntu1
* Warn on unicode entry into settings UI (LP: #956612).
* Sanitise hostname field in settings UI (LP: #954507).
* Make it clear that the Landscape service is commercial (LP: #965850)
* Further internationalize the settings UI (LP: #962899)

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    dialog.set_markup(
54
54
        "<big><b>%s</b></big>\n\n%s\n\n%s\n\n%s" % (
55
55
            _("Landscape client"),
56
 
            _("Landscape is an easy to use systems management and monitoring "
57
 
              "service offered by Canonical that helps administrators manage "
58
 
              "multiple machines efficiently."), link,
 
56
            _("Landscape is an easy-to-use commercial systems management and "
 
57
              "monitoring service offered by Canonical that helps "
 
58
              "administrators manage multiple machines efficiently."), link,
59
59
            _("You need to install Landscape client to be able to configure it. "
60
60
              "Do you want to install it now?")))
61
61
    dialog.set_title(_("Install Landscape client?"))