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
c6800c48
Commit
c6800c48
authored
Jan 27, 2015
by
Jaeic Lee
Browse files
More ellipsis
Should be the last of them
parent
46fb5f82
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/player.cpp
View file @
c6800c48
...
...
@@ -608,8 +608,8 @@ void Player::retranslateUi()
aViewLibrary
->
setText
(
tr
(
"&View library"
));
aViewTopCards
->
setText
(
tr
(
"View &top cards of library..."
));
mRevealLibrary
->
setTitle
(
tr
(
"Reveal &library to"
));
mRevealTopCard
->
setTitle
(
tr
(
"Reveal t&op card to"
));
mRevealLibrary
->
setTitle
(
tr
(
"Reveal &library to
...
"
));
mRevealTopCard
->
setTitle
(
tr
(
"Reveal t&op card to
...
"
));
aAlwaysRevealTopCard
->
setText
(
tr
(
"&Always reveal top card"
));
aOpenDeckInDeckEditor
->
setText
(
tr
(
"O&pen deck in deck editor"
));
aViewSideboard
->
setText
(
tr
(
"&View sideboard"
));
...
...
@@ -624,8 +624,8 @@ void Player::retranslateUi()
aMoveBottomCardToGrave
->
setText
(
tr
(
"Put bottom card &in graveyard"
));
handMenu
->
setTitle
(
tr
(
"&Hand"
));
mRevealHand
->
setTitle
(
tr
(
"&Reveal hand to"
));
mRevealRandomHandCard
->
setTitle
(
tr
(
"Reveal r&andom card to"
));
mRevealHand
->
setTitle
(
tr
(
"&Reveal hand to
...
"
));
mRevealRandomHandCard
->
setTitle
(
tr
(
"Reveal r&andom card to
...
"
));
sbMenu
->
setTitle
(
tr
(
"&Sideboard"
));
libraryMenu
->
setTitle
(
tr
(
"&Library"
));
countersMenu
->
setTitle
(
tr
(
"&Counters"
));
...
...
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