mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-30 18:55:36 +00:00
Fix a typo in an error message string that is displayed to users.
I'm considering making localization possible too...
This commit is contained in:
parent
cc3b00b9e3
commit
0d9c45f06b
@ -1295,7 +1295,7 @@ bool game_controller::play_multiplayer()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
throw game::mp_server_error("No path given for mp server prgoram.");
|
throw game::mp_server_error("No path given for mp server program.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user