Removed the period in the translatable string...

..."Enable scroll tracking of unit actions"
This commit is contained in:
Ignacio R. Morelle 2009-01-21 21:48:33 +00:00
parent 77f8d3015a
commit 23eacf6394

View file

@ -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),