Re: [f14-branch] Dynamic strings make gettext translations fail.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux