[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [f14-branch] Dynamic strings make gettext translations fail.
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Subject: Re: [f14-branch] Dynamic strings make gettext translations fail.
- Date: Thu, 3 Mar 2011 09:24:56 -0500
> diff --git a/pyanaconda/gui.py b/pyanaconda/gui.py
> index 92cae55..c7ff62a 100755
> --- a/pyanaconda/gui.py
> +++ b/pyanaconda/gui.py
> @@ -1011,7 +1011,7 @@ class InstallInterface(InstallInterfaceBase):
> if waited_devs:
> w = WaitWindow(_("Waiting for NetworkManager"),
> _("Waiting for NetworkManager to activate "
> - "these devices: %s" % ",".join(waited_devs)))
> + "these devices: %s") % ",".join(waited_devs))
> failed_devs = self.anaconda.network.waitForDevicesActivation(waited_devs)
> w.pop()
Good catch.
There's bound to be more of these in anaconda, just waiting to be found.
- Chris
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]