~ubuntu-branches/ubuntu/wily/software-properties/wily

« back to all changes in this revision

Viewing changes to softwareproperties/gtk/DialogAddSourcesList.py

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-06-16 12:11:40 UTC
  • mfrom: (149.1.1 wily-proposed)
  • Revision ID: package-import@ubuntu.com-20150616121140-41md24os6znkbmmj
Tags: 0.96.8
Fix syntax errors in the KDE frontend.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
        header = _("There are no sources to install software from")
105
105
        body = _("The file '%s' does not contain any valid "
106
106
                 "software sources." % self.file)
107
 
        self.label.set_markup("<big><b>%s</b></big>\n\n%s" % (header, body))
 
107
        self.label.set_markup("%s\n\n<small>%s</small>" % (header, body))
108
108
 
109
109
    def run(self):
110
110
        res = self.dialog.run()