diff --git a/Defs/ActionManager/simple_informant.py b/Defs/ActionManager/simple_informant.py index 138f6bc..43806c7 100644 --- a/Defs/ActionManager/simple_informant.py +++ b/Defs/ActionManager/simple_informant.py @@ -98,8 +98,9 @@ def terms_of_service_message(): else: return True -def module_loading_message(): # This one just show text.. +def module_loading_message(option_name): # This one just show text.. """Prints "Select any mode" message. """ + print(option_name + localization.lang_module_loading_message["is_loaded"]) print(localization.lang_module_loading_message["select_any_mode"])