From cfdf56d0896513feaf59e91146feb875f852b4e5 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 4 Apr 2006 14:57:48 +0200 Subject: * syntax error fix --- UpdateManager/DistUpgradeFetcher.py | 8 ++++---- 1 file 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() -- cgit v1.2.3