shorten to "Select All"

This commit is contained in:
RickyRister 2024-12-14 20:01:58 -08:00
parent b699f1958d
commit 8ecdfc3d92
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 in Zone"));
aSelectAll->setText(tr("Select All"));
aPlay->setText(tr("&Play"));
aHide->setText(tr("&Hide"));

View file

@ -450,7 +450,7 @@ private:
{"Player/aSetAnnotation", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Set Annotation..."),
parseSequenceString("Alt+N"),
ShortcutGroup::Playing_Area)},
{"Player/aSelectAll", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Select All in Zone"),
{"Player/aSelectAll", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Select All Cards in Zone"),
parseSequenceString("Ctrl+A"),
ShortcutGroup::Playing_Area)},
{"Player/aMoveToBottomLibrary", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Bottom of Library"),