mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -07:00
Token dialog fixes (#3711)
* Token dialog fixes * clangify * edit custom tokens * Fix in-game token dialog
This commit is contained in:
parent
3830c85ce6
commit
6c21855f98
7 changed files with 43 additions and 11 deletions
|
|
@ -640,7 +640,7 @@ void MainWindow::retranslateUi()
|
|||
aOpenCustomsetsFolder->setText(tr("Open custom sets folder"));
|
||||
aAddCustomSet->setText(tr("Add custom sets/cards"));
|
||||
aManageSets->setText(tr("&Manage sets..."));
|
||||
aEditTokens->setText(tr("Edit &tokens..."));
|
||||
aEditTokens->setText(tr("Edit custom &tokens..."));
|
||||
|
||||
aAbout->setText(tr("&About Cockatrice"));
|
||||
aTips->setText(tr("&Tip of the Day"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue