mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-17 07:22:01 -08:00
removed tr() for URLs (#2190)
This commit is contained in:
@@ -546,8 +546,8 @@ void TabDeckEditor::retranslateUi()
|
||||
aPrintDeck->setText(tr("&Print deck..."));
|
||||
|
||||
analyzeDeckMenu->setTitle(tr("&Analyze deck online"));
|
||||
aAnalyzeDeckDeckstats->setText(tr("deckstats.net"));
|
||||
aAnalyzeDeckTappedout->setText(tr("tappedout.net"));
|
||||
aAnalyzeDeckDeckstats->setText("deckstats.net");
|
||||
aAnalyzeDeckTappedout->setText("tappedout.net");
|
||||
|
||||
aClose->setText(tr("&Close"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user