mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 11:38:49 -07:00
removed tr() for URLs (#2190)
This commit is contained in:
parent
b23a53eb1e
commit
a7a0ea23ca
1 changed files with 2 additions and 2 deletions
|
|
@ -546,8 +546,8 @@ void TabDeckEditor::retranslateUi()
|
||||||
aPrintDeck->setText(tr("&Print deck..."));
|
aPrintDeck->setText(tr("&Print deck..."));
|
||||||
|
|
||||||
analyzeDeckMenu->setTitle(tr("&Analyze deck online"));
|
analyzeDeckMenu->setTitle(tr("&Analyze deck online"));
|
||||||
aAnalyzeDeckDeckstats->setText(tr("deckstats.net"));
|
aAnalyzeDeckDeckstats->setText("deckstats.net");
|
||||||
aAnalyzeDeckTappedout->setText(tr("tappedout.net"));
|
aAnalyzeDeckTappedout->setText("tappedout.net");
|
||||||
|
|
||||||
aClose->setText(tr("&Close"));
|
aClose->setText(tr("&Close"));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue