Update (rather belatedly) the status text for the new buttons we adopted like a couple of versions ago.

Resolves #5203
This commit is contained in:
Daniel Johnson 2023-12-26 16:42:47 -05:00
parent e104910486
commit 7329a82941

View file

@ -628,7 +628,7 @@ class InstallerWindow(ModelessDialog,
"""Show installer screen with the file picker / downloader"""
logger.debug("Presenting installer files page")
self.set_status(_(
"Please review the files needed for the installation then click 'Continue'"))
"Please review the files needed for the installation then click 'Install'"))
self.stack.present_page("installer_files")
self.display_install_button(self.on_files_confirmed, sensitive=self.installer_files_box.is_ready)