mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 12:33:55 -07:00
Fix button label (#5441)
This commit is contained in:
parent
2851d0c7e6
commit
3b544a36a8
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ void DeckViewContainer::retranslateUi()
|
||||||
{
|
{
|
||||||
loadLocalButton->setText(tr("Load deck..."));
|
loadLocalButton->setText(tr("Load deck..."));
|
||||||
loadRemoteButton->setText(tr("Load remote deck..."));
|
loadRemoteButton->setText(tr("Load remote deck..."));
|
||||||
unloadDeckButton->setText(tr("Unload deck..."));
|
unloadDeckButton->setText(tr("Unload deck"));
|
||||||
readyStartButton->setText(tr("Ready to start"));
|
readyStartButton->setText(tr("Ready to start"));
|
||||||
forceStartGameButton->setText(tr("Force start"));
|
forceStartGameButton->setText(tr("Force start"));
|
||||||
updateSideboardLockButtonText();
|
updateSideboardLockButtonText();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue