diff options
Diffstat (limited to 'DistUpgrade')
| -rw-r--r-- | DistUpgrade/Changelog | 1 | ||||
| -rw-r--r-- | DistUpgrade/DistUpgradeControler.py | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/DistUpgrade/Changelog b/DistUpgrade/Changelog index 269ec74a..3746c871 100644 --- a/DistUpgrade/Changelog +++ b/DistUpgrade/Changelog @@ -9,6 +9,7 @@ packages work properly (ubuntu: #46336) - translations updated from rosetta - fixed a bug in the demotions calculation (ubuntu: #46245) + - typos fixed and translations unfuzzied (ubuntu: #46792,#46464) 2006-05-12: - space checking improved (ubuntu: #43948) - show software that was demoted from main -> universe diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py index 12bafe9b..3d1c7e3e 100644 --- a/DistUpgrade/DistUpgradeControler.py +++ b/DistUpgrade/DistUpgradeControler.py @@ -202,7 +202,7 @@ class DistUpgradeControler(object): if self.sources_disabled: self._view.information(_("Third party sources disabled"), _("Some third party entries in your souces.list " - "where disabled. You can re-enable them " + "were disabled. You can re-enable them " "after the upgrade with the " "'software-properties' tool or with synaptic." )) @@ -432,7 +432,7 @@ class DistUpgradeControler(object): """ abort the upgrade, cleanup (as much as possible) """ self.sources.restoreBackup(self.sources_backup_ext) # generate a new cache - self._view.updateStatus(_("Restoring originale system state")) + self._view.updateStatus(_("Restoring original system state")) self.openCache() sys.exit(1) |
