[f18-branch] add setKeyboardCheckButton to list of things to translate (#889352)

Brian C. Lane bcl at redhat.com
Fri Dec 21 21:45:35 UTC 2012


From: "Brian C. Lane" <bcl at 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
-- 
1.8.0.2



More information about the anaconda-patches mailing list