=== modified file 'AppInstall/distros/Ubuntu.py' --- AppInstall/distros/Ubuntu.py 2008-09-17 14:43:06 +0000 +++ AppInstall/distros/Ubuntu.py 2008-11-20 11:03:33 +0000 @@ -164,8 +164,8 @@ "Updates may be available in a newer version of " "Ubuntu.") % (app.name, self.get_distro_release()) else: - return _("Canonical provides critical updates for %s until " - "%s %s.") % (app.name, + return _("Canonical provides critical updates for %(app.name)s until " + "%(support_end_month_str)s %(support_end_year)s.") % (app.name, support_end_month_str, support_end_year) elif app.component == "restricted": @@ -176,7 +176,7 @@ "Ubuntu.") % (app.name, self.get_distro_release()) else: return _("Canonical provides critical updates supplied by the " - "developers of %s until %s %s.") % (app.name, + "developers of %(app.name)s until %(support_end_month_str)s %(support_end_year)s.") % (app.name, support_end_month_str, support_end_year)