[PATCH 09/16] Support differrent title on the summary hub (or it's descendants)

Chris Lumens clumens at redhat.com
Thu Dec 13 19:23:53 UTC 2012


>  pyanaconda/ui/gui/__init__.py | 3 +++
>  1 file changed, 3 insertions(+)

In the commit message, "it's" should be "its".

> diff --git a/pyanaconda/ui/gui/__init__.py b/pyanaconda/ui/gui/__init__.py
> index 748a614..15df8db 100644
> --- a/pyanaconda/ui/gui/__init__.py
> +++ b/pyanaconda/ui/gui/__init__.py
> @@ -44,6 +44,9 @@ class GraphicalUserInterface(UserInterface):
>      """This is the standard GTK+ interface we try to steer everything to using.
>         It is suitable for use both directly and via VNC.
>      """
> +
> +    TITLE = "%(productName)s %(productVersion)s INSTALLATION"
> +    
>      def __init__(self, storage, payload, instclass,
>                   distributionText = distributionText, isFinal = isFinal):

Why the all-caps "TITLE"?  Also, you'll need to mark this string for
translation, and make sure pyanaconda/ui/gui/__init__.py is included in
po/POTFILES.in.

Also, curious.  This is the same as product.distributionText.  Can you
give me an example of why this is needed?

- Chris


More information about the anaconda-patches mailing list