[master/rhel7-branch] Change a confusing string in TUI NFS configuration screen. (#1057690)

Chris Lumens clumens at redhat.com
Fri Aug 29 20:19:05 UTC 2014


> diff --git a/pyanaconda/ui/tui/spokes/source.py b/pyanaconda/ui/tui/spokes/source.py
> index c526579..3bc7aa4 100644
> --- a/pyanaconda/ui/tui/spokes/source.py
> +++ b/pyanaconda/ui/tui/spokes/source.py
> @@ -385,7 +385,7 @@ class SpecifyNFSRepoSpoke(SourceSwitchHandler, EditTUISpoke):
>      category = "software"
>  
>      edit_fields = [
> -        Entry(N_("NFS <server>:/<path>"), "server", re.compile(".*$"), True),
> +        Entry(N_("<server>:/<path>"), "server", re.compile(".*$"), True),
>          Entry(N_("NFS mount options"), "opts", re.compile(".*$"), True)
>      ]

ACK I guess.

- Chris


More information about the anaconda-patches mailing list