mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-10 06:02:28 -07:00
clean transifex translations up (#2566)
This commit is contained in:
@@ -54,7 +54,7 @@ DlgConnect::DlgConnect(QWidget *parent)
|
||||
autoConnectCheckBox = new QCheckBox(tr("A&uto connect"));
|
||||
autoConnectCheckBox->setToolTip(tr("Automatically connect to the most recent login when Cockatrice opens"));
|
||||
|
||||
publicServersLabel = new QLabel(tr("(<a href=\"%1\">Public Servers</a>)").arg(PUBLIC_SERVERS_URL));
|
||||
publicServersLabel = new QLabel(QString("(<a href=\"%1\">").arg(PUBLIC_SERVERS_URL)+tr("Public Servers")+QString("</a>)"));
|
||||
publicServersLabel->setSizePolicy(QSizePolicy::Ignored, QSizePolicy::Fixed);
|
||||
publicServersLabel->setWordWrap(true);
|
||||
publicServersLabel->setTextFormat(Qt::RichText);
|
||||
@@ -303,4 +303,4 @@ void DlgConnect::actForgotPassword()
|
||||
{
|
||||
emit sigStartForgotPasswordRequest();
|
||||
reject();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user