[PATCH rhel7-branch] network: fix typo 'Private ksy pasword' (#1120374)

Vratislav Podzimek vpodzime at redhat.com
Tue Sep 16 07:57:40 UTC 2014


On Tue, 2014-09-16 at 09:12 +0200, Radek Vykydal wrote:
> Related: rhbz#1120374
> ---
>  pyanaconda/ui/gui/spokes/network.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pyanaconda/ui/gui/spokes/network.py b/pyanaconda/ui/gui/spokes/network.py
> index 5f17601..4b65244 100644
> --- a/pyanaconda/ui/gui/spokes/network.py
> +++ b/pyanaconda/ui/gui/spokes/network.py
> @@ -1304,7 +1304,7 @@ class SecretAgent(dbus.service.Object):
>                                  'value'    : original_secrets.get('identity', ''),
>                                  'validate' : None,
>                                  'password' : False})
> -                secrets.append({'label'    : _('Private ksy password: '),
> +                secrets.append({'label'    : _('Private key password: '),
>                                  'key'      : 'private-key-password',
>                                  'value'    : original_secrets.get('private-key-password', ''),
>                                  'validate' : None,
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | RHCE | Red Hat, Inc. | Brno - Czech Republic




More information about the anaconda-patches mailing list