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
46fb5f82
Commit
46fb5f82
authored
Jan 27, 2015
by
Jaeic Lee
Browse files
Tweaked some texts
Per Daenyth’s request
parent
cc14e3cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/player.cpp
View file @
46fb5f82
...
@@ -588,23 +588,23 @@ void Player::retranslateUi()
...
@@ -588,23 +588,23 @@ void Player::retranslateUi()
rfgMenu
->
setTitle
(
tr
(
"&Exile"
));
rfgMenu
->
setTitle
(
tr
(
"&Exile"
));
if
(
local
)
{
if
(
local
)
{
moveHandMenu
->
setTitle
(
tr
(
"&Move hand to"
));
moveHandMenu
->
setTitle
(
tr
(
"&Move hand to
...
"
));
aMoveHandToTopLibrary
->
setText
(
tr
(
"&
t
op of library"
));
aMoveHandToTopLibrary
->
setText
(
tr
(
"&
T
op of library"
));
aMoveHandToBottomLibrary
->
setText
(
tr
(
"&
b
ottom of library"
));
aMoveHandToBottomLibrary
->
setText
(
tr
(
"&
B
ottom of library"
));
aMoveHandToGrave
->
setText
(
tr
(
"&
g
raveyard"
));
aMoveHandToGrave
->
setText
(
tr
(
"&
G
raveyard"
));
aMoveHandToRfg
->
setText
(
tr
(
"&
e
xile"
));
aMoveHandToRfg
->
setText
(
tr
(
"&
E
xile"
));
moveGraveMenu
->
setTitle
(
tr
(
"&Move graveyard to"
));
moveGraveMenu
->
setTitle
(
tr
(
"&Move graveyard to
...
"
));
aMoveGraveToTopLibrary
->
setText
(
tr
(
"&
t
op of library"
));
aMoveGraveToTopLibrary
->
setText
(
tr
(
"&
T
op of library"
));
aMoveGraveToBottomLibrary
->
setText
(
tr
(
"&
b
ottom of library"
));
aMoveGraveToBottomLibrary
->
setText
(
tr
(
"&
B
ottom of library"
));
aMoveGraveToHand
->
setText
(
tr
(
"&
h
and"
));
aMoveGraveToHand
->
setText
(
tr
(
"&
H
and"
));
aMoveGraveToRfg
->
setText
(
tr
(
"&
e
xile"
));
aMoveGraveToRfg
->
setText
(
tr
(
"&
E
xile"
));
moveRfgMenu
->
setTitle
(
tr
(
"&Move exile to"
));
moveRfgMenu
->
setTitle
(
tr
(
"&Move exile to
...
"
));
aMoveRfgToTopLibrary
->
setText
(
tr
(
"&
t
op of library"
));
aMoveRfgToTopLibrary
->
setText
(
tr
(
"&
T
op of library"
));
aMoveRfgToBottomLibrary
->
setText
(
tr
(
"&
b
ottom of library"
));
aMoveRfgToBottomLibrary
->
setText
(
tr
(
"&
B
ottom of library"
));
aMoveRfgToHand
->
setText
(
tr
(
"&
h
and"
));
aMoveRfgToHand
->
setText
(
tr
(
"&
H
and"
));
aMoveRfgToGrave
->
setText
(
tr
(
"&
g
raveyard"
));
aMoveRfgToGrave
->
setText
(
tr
(
"&
G
raveyard"
));
aViewLibrary
->
setText
(
tr
(
"&View library"
));
aViewLibrary
->
setText
(
tr
(
"&View library"
));
aViewTopCards
->
setText
(
tr
(
"View &top cards of library..."
));
aViewTopCards
->
setText
(
tr
(
"View &top cards of library..."
));
...
...
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