From c764f48db404bfba3382cac638e45f7038f9989e Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Thu, 7 Aug 2008 13:53:54 -0400 Subject: The retry message can appear for things besides packages. --- yuminstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yuminstall.py') diff --git a/yuminstall.py b/yuminstall.py index 2741b7cbc..27119321e 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -788,7 +788,7 @@ class AnacondaYum(YumSorter): delay = 0.25*(2**(obj.tries-1)) if delay > 1: - w = self.anaconda.intf.waitWindow(_("Retrying"), _("Retrying package download...")) + w = self.anaconda.intf.waitWindow(_("Retrying"), _("Retrying download...")) time.sleep(delay) w.pop() else: -- cgit