Skip to content

Commit

Permalink
ui: typo fix for Favorite(Ulubione)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal1137 committed Feb 13, 2013
1 parent 1a3e8fb commit a139e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etmain/ui/polish/playonline.menu
Expand Up @@ -79,7 +79,7 @@ menuDef {

SUBWINDOW( 6, 64, (FILTERS_WIDTH), 94, "FILTRY" )

MULTIACTIONLEFT( 8, 80, .5*((FILTERS_WIDTH)-6), 10, "Zrodlo:", .2, 8, "ui_netSource", cvarFloatList { "Lokalny" 0 "Internet" 1 "Ulibione" 2 }, uiScript UpdateFilter, "Wybierz rodzaj serwerow, z Internetu, lokalne i z listy ulubionych" )
MULTIACTIONLEFT( 8, 80, .5*((FILTERS_WIDTH)-6), 10, "Zrodlo:", .2, 8, "ui_netSource", cvarFloatList { "Lokalny" 0 "Internet" 1 "Ulubione" 2 }, uiScript UpdateFilter, "Wybierz rodzaj serwerow, z Internetu, lokalne i z listy ulubionych" )
MULTIACTIONLEFT( 8+.5*((FILTERS_WIDTH)-6)+2, 80, .5*((FILTERS_WIDTH)-6), 10, "Typ Gry:", .2, 8, "ui_joinGameType", cvarFloatList { "Wszystkie" -1 "Poj. Mapa" 2 "Na Czas" 3 "Kampania" 4 "Ostatni Przetrwaly" 5 "Glosowanie na Mapy" 6 }, uiScript RefreshFilter, "Wyswietl tylko serwery oferujace ten typ gry" )

itemDef {
Expand Down

0 comments on commit a139e3d

Please sign in to comment.