Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
cab37b39
Commit
cab37b39
authored
Nov 22, 2014
by
Mitchell Rosen
Browse files
Capitalize game columns
parent
03bdbe2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/gamesmodel.cpp
View file @
cab37b39
...
@@ -126,10 +126,10 @@ QVariant GamesModel::headerData(int section, Qt::Orientation orientation, int ro
...
@@ -126,10 +126,10 @@ QVariant GamesModel::headerData(int section, Qt::Orientation orientation, int ro
return
QVariant
();
return
QVariant
();
switch
(
section
)
{
switch
(
section
)
{
case
0
:
return
tr
(
"Room"
);
case
0
:
return
tr
(
"Room"
);
case
1
:
return
tr
(
"Game
c
reated"
);
case
1
:
return
tr
(
"Game
C
reated"
);
case
2
:
return
tr
(
"Description"
);
case
2
:
return
tr
(
"Description"
);
case
3
:
return
tr
(
"Creator"
);
case
3
:
return
tr
(
"Creator"
);
case
4
:
return
tr
(
"Game
t
ype"
);
case
4
:
return
tr
(
"Game
T
ype"
);
case
5
:
return
tr
(
"Password"
);
case
5
:
return
tr
(
"Password"
);
case
6
:
return
tr
(
"Restrictions"
);
case
6
:
return
tr
(
"Restrictions"
);
case
7
:
return
tr
(
"Players"
);
case
7
:
return
tr
(
"Players"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment