correct marking a string as translatable (2007-11-09T22:42:54Z!crazy-ivanovic@gmx.net)
This commit is contained in:
parent
8d71de86c2
commit
848e3ec26b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue