This commit is contained in:
Gunter Labes 2009-08-18 11:56:56 +00:00
parent 3f46b4103e
commit db6d69ec41
2 changed files with 3 additions and 2 deletions

View file

@ -731,7 +731,7 @@ lobby::lobby(game_display& disp, const config& cfg, chat& c, config& gamelist) :
#endif
quit_game_(disp.video(), _("Quit")),
#ifndef USE_TINY_GUI
apply_filter_(disp.video(), _("Apply Filer"), gui::button::TYPE_CHECK),
apply_filter_(disp.video(), _("Apply Filter"), gui::button::TYPE_CHECK),
invert_filter_(disp.video(), _("Invert"), gui::button::TYPE_CHECK),
vacant_slots_(disp.video(), _("Vacant Slots"), gui::button::TYPE_CHECK),
friends_in_game_(disp.video(), _("Friends in Game"), gui::button::TYPE_CHECK),

View file

@ -229,6 +229,7 @@ stringfixes = {
"wesnoth" :(
("that have a least one", "that have at least one"),
("Apply Filer", "Apply Filter"),
),
"wesnoth-units" :(
@ -245,7 +246,7 @@ stringfixes = {
# Speak, if all argument files are newer than this timestamp
# Try to use UTC here
# date --utc "+%s # %c"
timecheck = 1249222895 # Sun 02 Aug 2009 02:21:35 PM UTC
timecheck = 1250596411 # Tue 18 Aug 2009 11:53:31 AM UTC
import os, sys, time, stat