diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-12 18:04:35 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-12 18:04:35 +0200 |
| commit | bd866f389dcf33182d0e4a41912c93bfe87848b3 (patch) | |
| tree | 3e620fcc55ecd363578c20d7c5381976c1b0b8d0 /DistUpgrade | |
| parent | f16101b5e65adb8bac37ac0add1c62d5ec5644fd (diff) | |
| download | python-apt-bd866f389dcf33182d0e4a41912c93bfe87848b3.tar.gz | |
* more wording (thanks to mpt)
Diffstat (limited to 'DistUpgrade')
| -rw-r--r-- | DistUpgrade/DistUpgradeControler.py | 4 | ||||
| -rw-r--r-- | DistUpgrade/DistUpgradeViewGtk.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py index 4a881790..583fe4bd 100644 --- a/DistUpgrade/DistUpgradeControler.py +++ b/DistUpgrade/DistUpgradeControler.py @@ -374,10 +374,10 @@ class DistUpgradeControler(object): if len(installed_demotions) > 0: self._view.information(_("Some software no longer officially " "supported"), - _("These of your installed packages are " + _("These installed packages are " "no longer officially supported, and are now only - community-support ('universe').\n\n" + community-supported ('universe').\n\n" "If you don't have 'universe' enabled " "these packages will be suggested for " "removal in the next step. "), diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py index 6454bbe3..8611c033 100644 --- a/DistUpgrade/DistUpgradeViewGtk.py +++ b/DistUpgrade/DistUpgradeViewGtk.py @@ -118,7 +118,7 @@ class GtkFetchProgressAdapter(apt.progress.FetchProgress): class GtkInstallProgressAdapter(InstallProgress): # timeout with no status change when the terminal is expanded # automatically - TIMEOUT_TERMINAL_ACTIVITY = 120 + TIMEOUT_TERMINAL_ACTIVITY = 240 def __init__(self,parent): InstallProgress.__init__(self) |
