diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-08-29 23:43:05 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-08-29 23:43:05 +0200 |
| commit | 127e052a9822182b3f795b46b9fe459aaeb2e87a (patch) | |
| tree | a76749909e031d42fce8f04e25fd12fdbc24dc83 /DistUpgrade/DistUpgradeViewGtk.py | |
| parent | 4f180848e8b01002379173e27a19f0aa5c13ac8b (diff) | |
| download | python-apt-127e052a9822182b3f795b46b9fe459aaeb2e87a.tar.gz | |
* DistUpgrade/DistUpgrade.cfg:
- ubuntu-minimal is the new meta-package of choice
* DistUpgrade/DistUpgradeViewGtk.py:
- some polish for the time display
Diffstat (limited to 'DistUpgrade/DistUpgradeViewGtk.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeViewGtk.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py index b81f9cf7..da2d12a9 100644 --- a/DistUpgrade/DistUpgradeViewGtk.py +++ b/DistUpgrade/DistUpgradeViewGtk.py @@ -472,14 +472,14 @@ class DistUpgradeViewGtk(DistUpgradeView,SimpleGladeApp): "%s packages are going to be upgraded.", pkgs_upgrade) % pkgs_upgrade msg +=" " - if downloadSize > 0: - msg += _("You have to download a total of %s. " %\ + msg += _("\n\nYou have to download a total of %s. " %\ apt_pkg.SizeToStr(downloadSize)) - msg += estimatedDownloadTime(downloadSize) + msg += estimatedDownloadTime(downloadSize) + msg += "." if (pkgs_upgrade + pkgs_inst + pkgs_remove) > 100: - msg += "\n\n%s" % _("The upgrade can take several hours and "\ + msg += "\n\n%s" % _("Fetching and installing the upgrade can take several hours and "\ "cannot be canceled at any time later.") msg += "\n\n<b>%s</b>" % _("To prevent data loss close all open "\ |
