summaryrefslogtreecommitdiff
path: root/DistUpgrade
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-05-26 22:25:30 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-05-26 22:25:30 +0200
commit0c4802739d9433f16444f76f5d5dfa2a30f83d82 (patch)
treedb00059bdc0656e5729af4c18609e8d8938ea08a /DistUpgrade
parent4e266172c2a7fef6320df58edf5eb30b3184b2f5 (diff)
downloadpython-apt-0c4802739d9433f16444f76f5d5dfa2a30f83d82.tar.gz
* DistUpgrade/DistUpgradeControler.py:
- typos fixed and translations unfuzzied (ubuntu: #46792,#46464) * po/*.po: translations unfuzzied
Diffstat (limited to 'DistUpgrade')
-rw-r--r--DistUpgrade/Changelog1
-rw-r--r--DistUpgrade/DistUpgradeControler.py4
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)