Properly and consistently capitalize EDHRec (#6027)

Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
BruebachL 2025-07-09 23:55:04 +02:00 committed by GitHub
parent a9684f67cc
commit 836e168a6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ public:
QString getTabText() const override
{
auto cardName = cardToQuery.isNull() ? QString() : cardToQuery->getName();
return tr("EDHREC: ") + cardName;
return tr("EDHRec: ") + cardName;
}
CardSizeWidget *getCardSizeSlider()