Minor translation issue fix (#3481)
This commit is contained in:
parent
ab1c4cb1d7
commit
59300e61fc
1 changed files with 1 additions and 1 deletions
|
@ -1983,7 +1983,7 @@ public:
|
|||
lbl_TabGame_aRotateViewCW->setText(QApplication::translate("shortcutsTab", "Rotate view CW", 0));
|
||||
lbl_Player_aShuffle->setText(QApplication::translate("shortcutsTab", "Shuffle library", 0));
|
||||
lbl_TabGame_aRotateViewCCW->setText(QApplication::translate("shortcutsTab", "Rotate view CCW", 0));
|
||||
groupBox_draw->setTitle(QApplication::translate("shortcutsTab", "Draw", 0));
|
||||
groupBox_draw->setTitle(QApplication::translate("shortcutsTab", "Drawing", 0));
|
||||
lbl_Player_aMulligan->setText(QApplication::translate("shortcutsTab", "Mulligan", 0));
|
||||
lbl_Player_aDrawCard->setText(QApplication::translate("shortcutsTab", "Draw card", 0));
|
||||
lbl_Player_aDrawCards->setText(QApplication::translate("shortcutsTab", "Draw cards", 0));
|
||||
|
|
Loading…
Reference in a new issue