summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-03-05 16:27:56 +0000
committerbfox <bfox>2001-03-05 16:27:56 +0000
commite50cf67a35713e13aa7f0875202d256aa934af8d (patch)
treea452792b6145c6864df92729863d6ba5ef6acf59 /gui.py
parent4c188896ae6ea5335ea0d7aea17e82e53f47e980 (diff)
downloadanaconda-e50cf67a35713e13aa7f0875202d256aa934af8d.tar.gz
anaconda-e50cf67a35713e13aa7f0875202d256aa934af8d.tar.xz
anaconda-e50cf67a35713e13aa7f0875202d256aa934af8d.zip
fixed bug with release notes button not being set for foreign langs
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.py b/gui.py
index 1af539da3..4caace576 100755
--- a/gui.py
+++ b/gui.py
@@ -420,6 +420,7 @@ class InstallControlWindow:
# get the labels
for (button, text) in [ (self.nextButtonStock, _("Next")),
(self.prevButtonStock, _("Back")),
+ (self.releaseButton, _("Release Notes")),
(self.showHelpButton, _("Show Help")),
(self.hideHelpButton, _("Hide Help")),
(self.finishButton, _("Finish")) ]: