diff --git a/source/menu/menu_load.qc b/source/menu/menu_load.qc index 0dbdd67..bcfaa8f 100644 --- a/source/menu/menu_load.qc +++ b/source/menu/menu_load.qc @@ -3,7 +3,7 @@ string UserMapNameLookup(string bsp_name); string loading_tips[] = { "Now with Font Kerning.", - "Quick Revive will ressurect you in Solo.", + "Quick Revive will resurrect you in Solo.", "Use Quick Revive to revive faster in Co-Op!", "Jugger-Nog increases your health.", "Speed Cola increases Reload speed.", @@ -123,4 +123,4 @@ void(vector screensize, float opaque) m_drawloading = // Loading Tip Draw_String([screensize_x/2 - getTextWidth(loading_tip, MENU_TEXT_SMALL_x)/2, screensize_y - 25], loading_tip, MENU_TEXT_SMALL, [1, 1, 1], 1, 0); -}; \ No newline at end of file +};