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