summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DistUpgrade/DistUpgradeControler.py4
-rw-r--r--DistUpgrade/DistUpgradeViewGtk.py2
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)