[PATCH] Fix typos in translation functions

Samantha N. Bueno sbueno+anaconda at redhat.com
Fri Nov 8 14:26:26 UTC 2013


Ack.

On Fri, Nov 08, 2013 at 09:00:33AM -0500, David Shea wrote:
> ---
>  pyanaconda/ui/tui/spokes/network.py | 2 +-
>  pyanaconda/ui/tui/spokes/storage.py | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/pyanaconda/ui/tui/spokes/network.py b/pyanaconda/ui/tui/spokes/network.py
> index 4ce250c..dcbc21d 100644
> --- a/pyanaconda/ui/tui/spokes/network.py
> +++ b/pyanaconda/ui/tui/spokes/network.py
> @@ -39,7 +39,7 @@ __all__ = ["NetworkSpoke"]
>  
>  class NetworkSpoke(EditTUISpoke):
>      """ Spoke used to configure network settings. """
> -    title = N__("Network configuration")
> +    title = N_("Network configuration")
>      category = "system"
>  
>      def __init__(self, app, data, storage, payload, instclass):
> diff --git a/pyanaconda/ui/tui/spokes/storage.py b/pyanaconda/ui/tui/spokes/storage.py
> index 82d9445..ab56687 100644
> --- a/pyanaconda/ui/tui/spokes/storage.py
> +++ b/pyanaconda/ui/tui/spokes/storage.py
> @@ -59,7 +59,7 @@ class StorageSpoke(NormalTUISpoke):
>      Storage spoke where users proceed to customize storage features such
>      as disk selection, partitioning, and fs type.
>      """
> -    title = M_("Installation Destination")
> +    title = N_("Installation Destination")
>      category = "system"
>  
>      def __init__(self, app, data, storage, payload, instclass):
> -- 
> 1.8.4.2
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches


More information about the anaconda-patches mailing list