diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-12 17:10:38 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-12 17:10:38 +0200 |
| commit | f16101b5e65adb8bac37ac0add1c62d5ec5644fd (patch) | |
| tree | f11526155d509e9c5b330426076b91be93038a32 /DistUpgrade | |
| parent | a005509d69547e0cbb336b6a27c254dcfcbc45ea (diff) | |
| download | python-apt-f16101b5e65adb8bac37ac0add1c62d5ec5644fd.tar.gz | |
* wording fixes (thanks to mpt)
Diffstat (limited to 'DistUpgrade')
| -rw-r--r-- | DistUpgrade/DistUpgradeControler.py | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py index 3e970023..4a881790 100644 --- a/DistUpgrade/DistUpgradeControler.py +++ b/DistUpgrade/DistUpgradeControler.py @@ -372,15 +372,12 @@ class DistUpgradeControler(object): open(demotions_file).readlines())) installed_demotions = filter(lambda pkg: pkg.isInstalled and pkg.name in demotions, self.cache) if len(installed_demotions) > 0: - self._view.information(_("Some software no longer officially supported"), - _("Some of your installed packages are " - "no longer officially supported. See " - "below for a list of installed packages " - "that have been moved from the " - "'officially " - "supported' area (main) to the " - "'community supported' area " - "(universe).\n\n " + self._view.information(_("Some software no longer officially " + "supported"), + _("These of your installed packages are " + "no longer officially supported, + and are now only + community-support ('universe').\n\n" "If you don't have 'universe' enabled " "these packages will be suggested for " "removal in the next step. "), |
