removed tr() for URLs (#2190)

This commit is contained in:
tooomm 2016-09-26 01:28:34 +02:00 committed by Zach H
parent b23a53eb1e
commit a7a0ea23ca

View file

@ -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"));