mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 04:13:16 +00:00
Schema: add missing newline character to message
This commit is contained in:
parent
6fcca95be0
commit
1eca762270
@ -621,7 +621,7 @@ void game_config_manager::load_addons_cfg()
|
||||
throw game::error("Did not find an add-on for --validate-addon");
|
||||
}
|
||||
|
||||
WRN_CONFIG << "Note: for --validate-addon to find errors, you have to play (in the GUI) a game that uses the add-on.";
|
||||
WRN_CONFIG << "Note: for --validate-addon to find errors, you have to play (in the GUI) a game that uses the add-on." << std::endl;
|
||||
}
|
||||
|
||||
if(!error_addons.empty()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user