forked from PretendoNetwork/Inkay
feat(lang): Tell users how to fix module-related errors
Realistically, 99% of people will not know how to "ensure the inkay module is properly installed" - Aroma updater is designed to automatically fix random stuff like this It hashes every individual file so it will pick up SD card corruption, partial installs, etc
This commit is contained in:
parent
ea71879bb1
commit
a710bd985a
11 changed files with 2 additions and 22 deletions
|
|
@ -9,5 +9,5 @@
|
|||
,.using_nintendo_network = "Using Nintendo Network"
|
||||
,.using_pretendo_network = "Using Pretendo Network"
|
||||
,.multiplayer_port_display = "Using UDP port {} for multiplayer"
|
||||
,.module_not_found = "Could not find Inkay module. Ensure the Inkay module is properly installed"
|
||||
,.module_init_not_found = "Could not initialize Inkay module. Ensure the Inkay module is properly installed"
|
||||
,.module_not_found = "Pretendo patch failed - use Aroma Updater to repair (686-1001 Module missing)"
|
||||
,.module_init_not_found = "Pretendo patch failed - use Aroma Updater to repair (686-1002 Module init)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue