Better capitalization & Deck open first (#5520)

This commit is contained in:
Zach H 2025-01-25 00:45:44 -05:00 committed by GitHub
parent 19b758591b
commit b48fe8b99c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 7 deletions

View file

@ -74,7 +74,7 @@ public:
void retranslateUi() override;
QString getTabText() const override
{
return tr("Deck storage");
return tr("Deck Storage");
}
signals:
void openDeckEditor(const DeckLoader *deckLoader);