mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-05 09:39:22 -08:00
Minor translation issue fix (#3481)
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user