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
118b575e
Commit
118b575e
authored
Apr 06, 2012
by
Max-Wilhelm Bruker
Browse files
updated German translation, minor token fix
parent
12b5e394
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
cockatrice/src/player.cpp
View file @
118b575e
...
@@ -947,7 +947,7 @@ void Player::actCreatePredefinedToken()
...
@@ -947,7 +947,7 @@ void Player::actCreatePredefinedToken()
CardInfo
*
cardInfo
=
db
->
getCard
(
action
->
text
());
CardInfo
*
cardInfo
=
db
->
getCard
(
action
->
text
());
lastTokenName
=
cardInfo
->
getName
();
lastTokenName
=
cardInfo
->
getName
();
lastTokenColor
=
cardInfo
->
getColors
().
isEmpty
()
?
QString
()
:
cardInfo
->
getColors
().
first
();
lastTokenColor
=
cardInfo
->
getColors
().
isEmpty
()
?
QString
()
:
cardInfo
->
getColors
().
first
()
.
toLower
()
;
lastTokenPT
=
cardInfo
->
getPowTough
();
lastTokenPT
=
cardInfo
->
getPowTough
();
lastTokenAnnotation
=
cardInfo
->
getText
();
lastTokenAnnotation
=
cardInfo
->
getText
();
lastTokenDestroy
=
true
;
lastTokenDestroy
=
true
;
...
...
cockatrice/translations/cockatrice_de.ts
View file @
118b575e
This diff is collapsed.
Click to expand it.
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