Added "is_loaded" to lang_simple_informant.py

This commit is contained in:
sTiKyt 2020-06-11 12:56:40 +03:00
parent c1d17b15e2
commit dce3fe7956
No known key found for this signature in database
GPG Key ID: 510E1C3C9B2414B4

View File

@ -39,6 +39,7 @@ lang_verify_connection = {
}
lang_module_loading_message = {
"is_loaded" : _('{0} IS LOADED...{0}\n--------------------------------').format(default_palette[0], default_palette[2]),
"select_any_mode" : _('\n {0}[{1}*{0}] SELECT ANY MODE...{0}\n--------------------------------').format(default_palette[0], default_palette[2])
}