diff options
author | bfox <bfox> | 2001-03-05 16:27:56 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-03-05 16:27:56 +0000 |
commit | e50cf67a35713e13aa7f0875202d256aa934af8d (patch) | |
tree | a452792b6145c6864df92729863d6ba5ef6acf59 /gui.py | |
parent | 4c188896ae6ea5335ea0d7aea17e82e53f47e980 (diff) | |
download | anaconda-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-x | gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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")) ]: |