mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-05-07 05:26:01 -05:00
Fix typo in safe mode warning
This commit is contained in:
parent
0babd38f29
commit
66fd70e759
|
|
@ -96,7 +96,7 @@ WUMS_INITIALIZE() {
|
|||
DrawUtils::setFontSize(24);
|
||||
auto message = "The Safe Mode of the Plugin System has been triggered.";
|
||||
DrawUtils::print(SCREEN_WIDTH / 2 + DrawUtils::getTextWidth(message) / 2, SCREEN_HEIGHT / 2 - 48, message, true);
|
||||
message = "Any plugins 3rd party plugins have been disabled!";
|
||||
message = "Any 3rd party plugins have been disabled!";
|
||||
DrawUtils::print(SCREEN_WIDTH / 2 + DrawUtils::getTextWidth(message) / 2, SCREEN_HEIGHT / 2 - 24, message, true);
|
||||
|
||||
message = "To enable them again, open the plugin config menu (\ue004 + \ue07a + \ue046).";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user