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
5dfef621
Commit
5dfef621
authored
May 06, 2015
by
Matt Lowe
Browse files
Added punctuation mark
parent
45d214aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/player.cpp
View file @
5dfef621
...
...
@@ -523,7 +523,7 @@ void Player::playerListActionTriggered()
#else
QInputDialog
::
getInt
(
#endif
0
,
tr
(
"Reveal top cards of library"
),
tr
(
"Number of cards: (max %1)"
).
arg
(
decksize
),
defaultNumberTopCards
,
1
,
decksize
,
1
,
&
ok
);
0
,
tr
(
"Reveal top cards of library"
),
tr
(
"Number of cards: (max
.
%1)"
).
arg
(
decksize
),
defaultNumberTopCards
,
1
,
decksize
,
1
,
&
ok
);
if
(
ok
)
{
cmd
.
set_zone_name
(
"deck"
);
cmd
.
set_top_cards
(
number
);
...
...
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