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…
Reference in a new issue