mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-30 23:50:19 -07:00
Capitalize game columns
This commit is contained in:
@@ -126,10 +126,10 @@ QVariant GamesModel::headerData(int section, Qt::Orientation orientation, int ro
|
||||
return QVariant();
|
||||
switch (section) {
|
||||
case 0: return tr("Room");
|
||||
case 1: return tr("Game created");
|
||||
case 1: return tr("Game Created");
|
||||
case 2: return tr("Description");
|
||||
case 3: return tr("Creator");
|
||||
case 4: return tr("Game type");
|
||||
case 4: return tr("Game Type");
|
||||
case 5: return tr("Password");
|
||||
case 6: return tr("Restrictions");
|
||||
case 7: return tr("Players");
|
||||
|
||||
Reference in New Issue
Block a user