diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-02 11:48:26 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-02 11:48:26 +0200 |
| commit | c713b97615666865a5d7393b962be0a640d550e6 (patch) | |
| tree | 7b967cf97575af3c9c74f8e85ff9047248c5cabf /DistUpgrade | |
| parent | dc3dc10c9a2835ffef5708db35dd70344860adab (diff) | |
| parent | de7448afc737befeddc089bf392c00fe486cbc9e (diff) | |
| download | python-apt-c713b97615666865a5d7393b962be0a640d550e6.tar.gz | |
* merged with glatzor
* make update-po
* typo fixes
Diffstat (limited to 'DistUpgrade')
| -rw-r--r-- | DistUpgrade/DistUpgradeControler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py index c89f6a34..b0c75fe4 100644 --- a/DistUpgrade/DistUpgradeControler.py +++ b/DistUpgrade/DistUpgradeControler.py @@ -396,7 +396,7 @@ class DistUpgradeControler(object): # (i.e. the error here could be something else than # missing sources entires but network errors etc) logging.error("No '%s' after sources.list rewrite+update") - self._view.error(_("Inavlid package information"), + self._view.error(_("Invalid package information"), _("After your package information was " "updated the essential package '%s' can " "not be found anymore.\n" |
