Removed the period in the translatable string...
..."Enable scroll tracking of unit actions"
This commit is contained in:
parent
77f8d3015a
commit
23eacf6394
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ preferences_dialog::preferences_dialog(display& disp, const config& game_cfg)
|
|||
|
||||
|
||||
fullscreen_button_(disp.video(), _("Toggle Full Screen"), gui::button::TYPE_CHECK),
|
||||
scroll_to_action_button_(disp.video(), _("Enable scroll tracking of unit actions."), gui::button::TYPE_CHECK),
|
||||
scroll_to_action_button_(disp.video(), _("Enable scroll tracking of unit actions"), gui::button::TYPE_CHECK),
|
||||
turbo_button_(disp.video(), _("Accelerated Speed"), gui::button::TYPE_CHECK),
|
||||
show_ai_moves_button_(disp.video(), _("Skip AI Moves"), gui::button::TYPE_CHECK),
|
||||
show_grid_button_(disp.video(), _("Show Grid"), gui::button::TYPE_CHECK),
|
||||
|
|
Loading…
Add table
Reference in a new issue