From fd8bf66acd60dd582d3bc9ba1ad744815181fe43 Mon Sep 17 00:00:00 2001 From: tooomm Date: Mon, 27 May 2019 21:17:57 +0200 Subject: [PATCH] style (#3728) --- cockatrice/src/game_specific_terms.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cockatrice/src/game_specific_terms.h b/cockatrice/src/game_specific_terms.h index 9bae8fd7..76b90f30 100644 --- a/cockatrice/src/game_specific_terms.h +++ b/cockatrice/src/game_specific_terms.h @@ -26,19 +26,19 @@ QString const ColorIdentity("coloridentity"); inline static const QString getNicePropertyName(QString key) { if (key == CardType) - return QCoreApplication::translate("Mtg", "Card type"); + return QCoreApplication::translate("Mtg", "Card Type"); if (key == ConvertedManaCost) - return QCoreApplication::translate("Mtg", "Converted mana cost"); + return QCoreApplication::translate("Mtg", "Converted Mana Cost"); if (key == Colors) return QCoreApplication::translate("Mtg", "Color(s)"); if (key == Loyalty) return QCoreApplication::translate("Mtg", "Loyalty"); if (key == MainCardType) - return QCoreApplication::translate("Mtg", "Main card type"); + return QCoreApplication::translate("Mtg", "Main Card Type"); if (key == ManaCost) - return QCoreApplication::translate("Mtg", "Mana cost"); + return QCoreApplication::translate("Mtg", "Mana Cost"); if (key == PowTough) - return QCoreApplication::translate("Mtg", "P / T"); + return QCoreApplication::translate("Mtg", "P/T"); if (key == Side) return QCoreApplication::translate("Mtg", "Side"); if (key == Layout) @@ -49,4 +49,4 @@ inline static const QString getNicePropertyName(QString key) } }; // namespace Mtg -#endif \ No newline at end of file +#endif