def on_kickstart_warning(self):
     text = ("The Kickstart ROM for the chosen Amiga model was not found "
             "on your system.\n\n"
             "A replacement Kickstart ROM from the AROS project is used "
             "instead. Compatibility will be lower than if you use an "
             "original Kickstart ROM.\n\n"
             "You can use the file database scan function or the import "
             "wizards if you own the Kickstart ROM.\n\n"
             "Original Kickstart ROMs can be purchased online as part "
             "of Cloanto's Amiga Forever package, or you can extract "
             "a Kickstart from a real Amiga.\n\n"
             "If you want to use the replacement Kickstart, you can "
             "ignore this warning, or explicitly change the Kickstart "
             "to \"Internal\" to dismiss this warning.")
     fsui.show_warning(text, gettext("Using Kickstart ROM Replacement"))
Example #2
0
 def on_kickstart_warning(self):
     text = ("The Kickstart ROM for the chosen Amiga model was not found "
             "on your system.\n\n"
             "A replacement Kickstart ROM from the AROS project is used "
             "instead. Compatibility will be lower than if you use an "
             "original Kickstart ROM.\n\n"
             "You can use the file database scan function or the import "
             "wizards if you own the Kickstart ROM.\n\n"
             "Original Kickstart ROMs can be purchased online as part "
             "of Cloanto's Amiga Forever package, or you can extract "
             "a Kickstart from a real Amiga.\n\n"
             "If you want to use the replacement Kickstart, you can "
             "ignore this warning, or explicitly change the Kickstart "
             'to "Internal" to dismiss this warning.')
     fsui.show_warning(text, gettext("Using Kickstart ROM Replacement"))