From c694583903af0139d3e73ddf2eee34eb5a506d80 Mon Sep 17 00:00:00 2001 From: Sebastian Heinlein Date: Sun, 23 Apr 2006 20:52:54 +0200 Subject: * Fix the use of gettext in UpdateManager : You can install X updates * Do not mention the need of the unanttended-updates package - the tooltip isn't even shown if the option is disabled * Fix the channel terminolgy in the add custom apt line dialog --- DistUpgrade/DistUpgradeViewGtk.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'DistUpgrade/DistUpgradeViewGtk.py') diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py index 3236ba14..dba8014f 100644 --- a/DistUpgrade/DistUpgradeViewGtk.py +++ b/DistUpgrade/DistUpgradeViewGtk.py @@ -299,7 +299,8 @@ class DistUpgradeViewGtk(DistUpgradeView,SimpleGladeApp): logging.error("not handled expection:\n%s" % "\n".join(lines)) self.error(_("A fatal error occured"), _("Please report this as a bug and include the " - "files ~/dist-upgrade.log and ~/dist-upgrade-apt.log " + "files '/var/log/dist-upgrade.log' and " + "'/var/log/dist-upgrade-apt.log' " "in your report. The upgrade aborts now. "), "\n".join(lines)) sys.exit(1) -- cgit v1.2.3