summaryrefslogtreecommitdiff
path: root/UpdateManager
diff options
context:
space:
mode:
Diffstat (limited to 'UpdateManager')
-rw-r--r--UpdateManager/DistUpgradeFetcher.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/UpdateManager/DistUpgradeFetcher.py b/UpdateManager/DistUpgradeFetcher.py
index d81bab11..e9347f7c 100644
--- a/UpdateManager/DistUpgradeFetcher.py
+++ b/UpdateManager/DistUpgradeFetcher.py
@@ -208,14 +208,14 @@ class DistUpgradeFetcher(object):
return
if not self.verifyDistUprader():
error(_("Verfication failed"),
- "Verfing the upgrade failed. There may be a problem "
- "with the network or with the server. "))
+ _("Verfing the upgrade failed. There may be a problem "
+ "with the network or with the server. "))
self.cleanup()
return
if not self.authenticate():
error(_("Authentication failed"),
- "Authenticating the upgrade failed. There may be a problem "
- "with the network or with the server. "))
+ _("Authenticating the upgrade failed. There may be a problem "
+ "with the network or with the server. "))
self.cleanup()
return
self.runDistUpgrader()