Change menu text

This commit is contained in:
Paul Carroll 2025-07-30 09:38:48 -04:00
parent 448aa5ce15
commit 4c2ce88ca5
2 changed files with 2 additions and 2 deletions

View file

@ -915,7 +915,7 @@ void Player::retranslateUi()
aSetCounter[i]->setText(tr("&Set counters (%1)...").arg(cardCounterSettings.displayName(i))); aSetCounter[i]->setText(tr("&Set counters (%1)...").arg(cardCounterSettings.displayName(i)));
} }
aIncrementAllCardCountersOnTable->setText(tr("Increment all counters on permanents you control")); aIncrementAllCardCountersOnTable->setText(tr("Increment all counters"));
aMoveToTopLibrary->setText(tr("&Top of library in random order")); aMoveToTopLibrary->setText(tr("&Top of library in random order"));
aMoveToXfromTopOfLibrary->setText(tr("X cards from the top of library...")); aMoveToXfromTopOfLibrary->setText(tr("X cards from the top of library..."));
aMoveToBottomLibrary->setText(tr("&Bottom of library in random order")); aMoveToBottomLibrary->setText(tr("&Bottom of library in random order"));

View file

@ -414,7 +414,7 @@ private:
parseSequenceString("Ctrl+\\"), parseSequenceString("Ctrl+\\"),
ShortcutGroup::Player_Counters)}, ShortcutGroup::Player_Counters)},
{"Player/aIncrementAllCardCountersOnTable", {"Player/aIncrementAllCardCountersOnTable",
ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Increment All Counters"), ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Increment all counters"),
parseSequenceString("Ctrl+Shift+A"), parseSequenceString("Ctrl+Shift+A"),
ShortcutGroup::Playing_Area)}, ShortcutGroup::Playing_Area)},
{"Player/aIncP", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Add Power (+1/+0)"), {"Player/aIncP", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Add Power (+1/+0)"),