1
0
Fork 1
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:
David Cernat 2017-02-20 20:58:56 +02:00
parent 81513082ff
commit ca0b1a8813

View file

@ -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";