mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
- Fixed a spelling error in the menus. The american
spelling of "favourite" still bugs me though ;-)
This commit is contained in:
parent
0085cd698f
commit
ef7a72890e
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ integer () servlist_filter_draw =
|
|||
|
||||
void () servlist_favorates_menu =
|
||||
{
|
||||
Menu_Begin (54, 40, "favorates");
|
||||
Menu_Begin (54, 40, "favorites");
|
||||
Menu_FadeScreen (1);
|
||||
Menu_CenterPic (160, 4, "gfx/p_multi.lmp");
|
||||
Menu_Draw (servlist_favorates_draw);
|
||||
|
|
Loading…
Reference in a new issue