mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
[Browser] Change column names slightly
This commit is contained in:
parent
81513082ff
commit
ca0b1a8813
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ QVariant ServerModel::headerData(int section, Qt::Orientation orientation, int r
|
|||
var = "Address";
|
||||
break;
|
||||
case ServerData::PASSW:
|
||||
var = "Password?";
|
||||
var = "Password required";
|
||||
break;
|
||||
case ServerData::VERSION:
|
||||
var = "Version";
|
||||
|
@ -94,7 +94,7 @@ QVariant ServerModel::headerData(int section, Qt::Orientation orientation, int r
|
|||
var = "Players";
|
||||
break;
|
||||
case ServerData::MAX_PLAYERS:
|
||||
var = "Player Max";
|
||||
var = "Max players";
|
||||
break;
|
||||
case ServerData::PING:
|
||||
var = "Ping";
|
||||
|
|
Loading…
Reference in a new issue