shorten text by 1 word

This commit is contained in:
RickyRister 2024-12-14 17:52:38 -08:00
parent 91713d4c26
commit 841aa76333
2 changed files with 2 additions and 2 deletions

View file

@ -839,7 +839,7 @@ void Player::retranslateUi()
sayMenu->setTitle(tr("S&ay"));
}
aSelectAll->setText(tr("&Select All Cards in Zone"));
aSelectAll->setText(tr("&Select All in Zone"));
aPlay->setText(tr("&Play"));
aHide->setText(tr("&Hide"));

View file

@ -552,7 +552,7 @@ private:
{"Player/aShuffle", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Shuffle Library"),
parseSequenceString("Ctrl+S"),
ShortcutGroup::Gameplay)},
{"Player/aSelectAll", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Select All Cards in Zone"),
{"Player/aSelectAll", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Select All in Zone"),
parseSequenceString("Ctrl+A"),
ShortcutGroup::Gameplay)},
{"Player/aMulligan", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Mulligan"),