diff --git a/Localization/INT/ServerExt.int b/Localization/INT/ServerExt.int index ebe8209..1443792 100644 Binary files a/Localization/INT/ServerExt.int and b/Localization/INT/ServerExt.int differ diff --git a/ServerExt/Classes/xUI_MapVote.uc b/ServerExt/Classes/xUI_MapVote.uc index cf4776d..320ad95 100644 --- a/ServerExt/Classes/xUI_MapVote.uc +++ b/ServerExt/Classes/xUI_MapVote.uc @@ -17,6 +17,7 @@ var localized string ColumnPlayCount; var localized string ColumnRating; var localized string ColumnGame; var localized string ColumnNumVotes; +var localized string Title; function FColumnItem newFColumnItem(string Text, float Width) { @@ -64,6 +65,8 @@ function InitMenu() CurrentVotes.Columns.AddItem(newFColumnItem(ColumnMapName,0.5)); CurrentVotes.Columns.AddItem(newFColumnItem(ColumnNumVotes,0.15)); CurrentVotes.Columns.AddItem(newFColumnItem(ColumnRating,0.15)); + + WindowTitle=Title; } function CloseMenu() { @@ -194,8 +197,6 @@ function SelectedVoteRow( KFGUI_ListItem Item, int Row, bool bRight, bool bDblCl defaultproperties { - WindowTitle="Killing Floor 2 mapvote menu" - XPosition=0.2 YPosition=0.1 XSize=0.6