Tweaked some texts

Per Daenyth’s request
This commit is contained in:
Jaeic Lee 2015-01-27 03:14:52 +09:00
parent cc14e3cfc6
commit 46fb5f820e

View file

@ -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("&top of library")); aMoveHandToTopLibrary->setText(tr("&Top of library"));
aMoveHandToBottomLibrary->setText(tr("&bottom of library")); aMoveHandToBottomLibrary->setText(tr("&Bottom of library"));
aMoveHandToGrave->setText(tr("&graveyard")); aMoveHandToGrave->setText(tr("&Graveyard"));
aMoveHandToRfg->setText(tr("&exile")); aMoveHandToRfg->setText(tr("&Exile"));
moveGraveMenu->setTitle(tr("&Move graveyard to")); moveGraveMenu->setTitle(tr("&Move graveyard to..."));
aMoveGraveToTopLibrary->setText(tr("&top of library")); aMoveGraveToTopLibrary->setText(tr("&Top of library"));
aMoveGraveToBottomLibrary->setText(tr("&bottom of library")); aMoveGraveToBottomLibrary->setText(tr("&Bottom of library"));
aMoveGraveToHand->setText(tr("&hand")); aMoveGraveToHand->setText(tr("&Hand"));
aMoveGraveToRfg->setText(tr("&exile")); aMoveGraveToRfg->setText(tr("&Exile"));
moveRfgMenu->setTitle(tr("&Move exile to")); moveRfgMenu->setTitle(tr("&Move exile to..."));
aMoveRfgToTopLibrary->setText(tr("&top of library")); aMoveRfgToTopLibrary->setText(tr("&Top of library"));
aMoveRfgToBottomLibrary->setText(tr("&bottom of library")); aMoveRfgToBottomLibrary->setText(tr("&Bottom of library"));
aMoveRfgToHand->setText(tr("&hand")); aMoveRfgToHand->setText(tr("&Hand"));
aMoveRfgToGrave->setText(tr("&graveyard")); aMoveRfgToGrave->setText(tr("&Graveyard"));
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..."));