From 83e9f9debaabf2f854e50daa6ea996182c09b61e Mon Sep 17 00:00:00 2001 From: tooomm Date: Wed, 26 Aug 2015 15:33:05 +0200 Subject: [PATCH] typos resolved @marcofernandezheras ok? --- cockatrice/src/sequenceEdit/ui_shortcutstab.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cockatrice/src/sequenceEdit/ui_shortcutstab.h b/cockatrice/src/sequenceEdit/ui_shortcutstab.h index da61fd7c..e4f7f884 100644 --- a/cockatrice/src/sequenceEdit/ui_shortcutstab.h +++ b/cockatrice/src/sequenceEdit/ui_shortcutstab.h @@ -1445,7 +1445,7 @@ public: lbl_MainWindow_aFullScreen->setText(QApplication::translate("shortcutsTab", "Full screen", 0)); lbl_MainWindow_aSettings->setText(QApplication::translate("shortcutsTab", "Settings", 0)); lbl_MainWindow_aCheckCardUpdates->setText(QApplication::translate("shortcutsTab", "Check for card updates", 0)); - lbl_MainWindow_aDisconnect->setText(QApplication::translate("shortcutsTab", "Diconnect", 0)); + lbl_MainWindow_aDisconnect->setText(QApplication::translate("shortcutsTab", "Disconnect", 0)); lbl_MainWindow_aExit->setText(QApplication::translate("shortcutsTab", "Exit", 0)); groupBox_2->setTitle(QApplication::translate("shortcutsTab", "Deck Editor", 0)); lbl_TabDeckEditor_aAnalyzeDeck->setText(QApplication::translate("shortcutsTab", "Analyze deck", 0)); @@ -1497,7 +1497,7 @@ public: lbl_Player_IncP->setText(QApplication::translate("shortcutsTab", "Add (+1/+0)", 0)); groupBox_8->setTitle(QApplication::translate("shortcutsTab", "Game Phases", 0)); lbl_TabGame_phase0->setText(QApplication::translate("shortcutsTab", "Untap", 0)); - lbl_TabGame_phase1->setText(QApplication::translate("shortcutsTab", "Unkeep", 0)); + lbl_TabGame_phase1->setText(QApplication::translate("shortcutsTab", "Upkeep", 0)); lbl_TabGame_phase2->setText(QApplication::translate("shortcutsTab", "Draw", 0)); lbl_TabGame_phase3->setText(QApplication::translate("shortcutsTab", "Main 1", 0)); lbl_TabGame_phase4->setText(QApplication::translate("shortcutsTab", "Start combat", 0));