mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 07:12:38 +00:00
correct marking a string as translatable (2007-11-09T22:42:54Z!crazy-ivanovic@gmx.net)
This commit is contained in:
parent
8d71de86c2
commit
848e3ec26b
@ -242,7 +242,7 @@ void playmp_controller::linger(upload_log& log, LEVEL_RESULT result)
|
||||
gui::button* btn_end = gui_->find_button("button-endturn");
|
||||
btn_end->enable(false);
|
||||
}
|
||||
gui_->get_theme().refresh_title("button-endturn", _ "End scenario");
|
||||
gui_->get_theme().refresh_title("button-endturn", _("End scenario"));
|
||||
gui_->invalidate_theme();
|
||||
|
||||
// switch to observer viewpoint
|
||||
|
Loading…
x
Reference in New Issue
Block a user