summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeViewGtk.py
diff options
context:
space:
mode:
authorSebastian Heinlein <sebastian.heinlein@web.de>2006-04-23 20:52:54 +0200
committerSebastian Heinlein <sebastian.heinlein@web.de>2006-04-23 20:52:54 +0200
commitc694583903af0139d3e73ddf2eee34eb5a506d80 (patch)
tree03f83b5665bfbab6dd20fde3dfdb2f3c97e808a7 /DistUpgrade/DistUpgradeViewGtk.py
parent207495de25fe5b2ad158e74c46fbe36d9a42a540 (diff)
downloadpython-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.py3
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)