mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
Change menu text
This commit is contained in:
parent
448aa5ce15
commit
4c2ce88ca5
2 changed files with 2 additions and 2 deletions
|
|
@ -915,7 +915,7 @@ void Player::retranslateUi()
|
|||
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"));
|
||||
aMoveToXfromTopOfLibrary->setText(tr("X cards from the top of library..."));
|
||||
aMoveToBottomLibrary->setText(tr("&Bottom of library in random order"));
|
||||
|
|
|
|||
|
|
@ -414,7 +414,7 @@ private:
|
|||
parseSequenceString("Ctrl+\\"),
|
||||
ShortcutGroup::Player_Counters)},
|
||||
{"Player/aIncrementAllCardCountersOnTable",
|
||||
ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Increment All Counters"),
|
||||
ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Increment all counters"),
|
||||
parseSequenceString("Ctrl+Shift+A"),
|
||||
ShortcutGroup::Playing_Area)},
|
||||
{"Player/aIncP", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Add Power (+1/+0)"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue