From: "Brian C. Lane" bcl@redhat.com
--- pyanaconda/ui/gui/spokes/welcome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyanaconda/ui/gui/spokes/welcome.py b/pyanaconda/ui/gui/spokes/welcome.py index 95fc1fa..f335c14 100644 --- a/pyanaconda/ui/gui/spokes/welcome.py +++ b/pyanaconda/ui/gui/spokes/welcome.py @@ -166,7 +166,7 @@ class LanguageMixIn(object): # Change the translations on labels and buttons that do not have # substitution text. for name in ["pickLanguageLabel", "betaWarnTitle", "betaWarnDesc", - "quitButton", "continueButton"]: + "quitButton", "continueButton", "setKeyboardCheckButton"]: self._retranslate_one(name)
# The welcome label is special - it has text that needs to be
On Fri, 2012-12-21 at 13:45 -0800, Brian C. Lane wrote:
From: "Brian C. Lane" bcl@redhat.com
ACK
pyanaconda/ui/gui/spokes/welcome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyanaconda/ui/gui/spokes/welcome.py b/pyanaconda/ui/gui/spokes/welcome.py index 95fc1fa..f335c14 100644 --- a/pyanaconda/ui/gui/spokes/welcome.py +++ b/pyanaconda/ui/gui/spokes/welcome.py @@ -166,7 +166,7 @@ class LanguageMixIn(object): # Change the translations on labels and buttons that do not have # substitution text. for name in ["pickLanguageLabel", "betaWarnTitle", "betaWarnDesc",
"quitButton", "continueButton"]:
"quitButton", "continueButton", "setKeyboardCheckButton"]: self._retranslate_one(name) # The welcome label is special - it has text that needs to be
anaconda-patches@lists.fedorahosted.org