From 46fb5f820e7620a904ded5499c1b9cbe872bf9d6 Mon Sep 17 00:00:00 2001 From: Jaeic Lee Date: Tue, 27 Jan 2015 03:14:52 +0900 Subject: [PATCH] Tweaked some texts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per Daenyth’s request --- cockatrice/src/player.cpp | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/cockatrice/src/player.cpp b/cockatrice/src/player.cpp index 9020d0e6..f1dbe672 100644 --- a/cockatrice/src/player.cpp +++ b/cockatrice/src/player.cpp @@ -588,23 +588,23 @@ void Player::retranslateUi() rfgMenu->setTitle(tr("&Exile")); if (local) { - moveHandMenu->setTitle(tr("&Move hand to")); - aMoveHandToTopLibrary->setText(tr("&top of library")); - aMoveHandToBottomLibrary->setText(tr("&bottom of library")); - aMoveHandToGrave->setText(tr("&graveyard")); - aMoveHandToRfg->setText(tr("&exile")); + moveHandMenu->setTitle(tr("&Move hand to...")); + aMoveHandToTopLibrary->setText(tr("&Top of library")); + aMoveHandToBottomLibrary->setText(tr("&Bottom of library")); + aMoveHandToGrave->setText(tr("&Graveyard")); + aMoveHandToRfg->setText(tr("&Exile")); - moveGraveMenu->setTitle(tr("&Move graveyard to")); - aMoveGraveToTopLibrary->setText(tr("&top of library")); - aMoveGraveToBottomLibrary->setText(tr("&bottom of library")); - aMoveGraveToHand->setText(tr("&hand")); - aMoveGraveToRfg->setText(tr("&exile")); + moveGraveMenu->setTitle(tr("&Move graveyard to...")); + aMoveGraveToTopLibrary->setText(tr("&Top of library")); + aMoveGraveToBottomLibrary->setText(tr("&Bottom of library")); + aMoveGraveToHand->setText(tr("&Hand")); + aMoveGraveToRfg->setText(tr("&Exile")); - moveRfgMenu->setTitle(tr("&Move exile to")); - aMoveRfgToTopLibrary->setText(tr("&top of library")); - aMoveRfgToBottomLibrary->setText(tr("&bottom of library")); - aMoveRfgToHand->setText(tr("&hand")); - aMoveRfgToGrave->setText(tr("&graveyard")); + moveRfgMenu->setTitle(tr("&Move exile to...")); + aMoveRfgToTopLibrary->setText(tr("&Top of library")); + aMoveRfgToBottomLibrary->setText(tr("&Bottom of library")); + aMoveRfgToHand->setText(tr("&Hand")); + aMoveRfgToGrave->setText(tr("&Graveyard")); aViewLibrary->setText(tr("&View library")); aViewTopCards->setText(tr("View &top cards of library..."));