reformulate tooltip for time limit in MP
This commit is contained in:
parent
fa8fb4593b
commit
25ca68adeb
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ create::create(display& disp, const config &cfg, chat& c, config& gamelist) :
|
|||
countdown_init_time_slider_.set_max(7200);
|
||||
countdown_init_time_slider_.set_increment(30);
|
||||
countdown_init_time_slider_.set_value(preferences::countdown_init_time());
|
||||
countdown_init_time_slider_.set_help_string(_("Initial time available for user at the begining of the match"));
|
||||
countdown_init_time_slider_.set_help_string(_("Initial time available to players at start of game"));
|
||||
|
||||
countdown_turn_bonus_slider_.set_min(10);
|
||||
countdown_turn_bonus_slider_.set_max(1000);
|
||||
|
|
Loading…
Add table
Reference in a new issue