mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-20 13:04:07 +00:00
Whiteboard/manager: another change to help message.
This commit is contained in:
parent
548f6f9d50
commit
b1811cb067
@ -3527,10 +3527,10 @@ void console_handler::do_toggle_draw_terrain_codes() {
|
||||
void console_handler::do_toggle_whiteboard() {
|
||||
resources::whiteboard->set_active(!resources::whiteboard->is_active());
|
||||
if (resources::whiteboard->is_active()) {
|
||||
print(get_cmd(), _("Planning mode (whiteboard) activated!"));
|
||||
print(get_cmd(), _("Planning mode activated!"));
|
||||
resources::whiteboard->print_help_once();
|
||||
} else {
|
||||
print(get_cmd(), _("Planning mode (whiteboard) deactivated!"));
|
||||
print(get_cmd(), _("Planning mode deactivated!"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user