diff options
| author | Sebastian Heinlein <sebi@server.daheim> | 2006-05-08 17:45:32 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@server.daheim> | 2006-05-08 17:45:32 +0200 |
| commit | d7687650763cf9bb2731e5ce359d60f7ac447235 (patch) | |
| tree | d91574510c69da707335a821d90e32ac23b30a99 /DistUpgrade/DistUpgradeControler.py | |
| parent | de7448afc737befeddc089bf392c00fe486cbc9e (diff) | |
| parent | f0445be6ab33a142ee00900ec10bc01bf0dae4fe (diff) | |
| download | python-apt-d7687650763cf9bb2731e5ce359d60f7ac447235.tar.gz | |
* merge with mvo
Diffstat (limited to 'DistUpgrade/DistUpgradeControler.py')
| -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" |
