diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-04-23 20:52:54 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-04-23 20:52:54 +0200 |
| commit | c694583903af0139d3e73ddf2eee34eb5a506d80 (patch) | |
| tree | 03f83b5665bfbab6dd20fde3dfdb2f3c97e808a7 /DistUpgrade/DistUpgradeViewGtk.py | |
| parent | 207495de25fe5b2ad158e74c46fbe36d9a42a540 (diff) | |
| download | python-apt-c694583903af0139d3e73ddf2eee34eb5a506d80.tar.gz | |
* 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
Diffstat (limited to 'DistUpgrade/DistUpgradeViewGtk.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeViewGtk.py | 3 |
1 files changed, 2 insertions, 1 deletions
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) |
