clean transifex translations up (#2566)
This commit is contained in:
parent
b3c1a87f60
commit
ee154da598
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ DlgConnect::DlgConnect(QWidget *parent)
|
||||||
autoConnectCheckBox = new QCheckBox(tr("A&uto connect"));
|
autoConnectCheckBox = new QCheckBox(tr("A&uto connect"));
|
||||||
autoConnectCheckBox->setToolTip(tr("Automatically connect to the most recent login when Cockatrice opens"));
|
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->setSizePolicy(QSizePolicy::Ignored, QSizePolicy::Fixed);
|
||||||
publicServersLabel->setWordWrap(true);
|
publicServersLabel->setWordWrap(true);
|
||||||
publicServersLabel->setTextFormat(Qt::RichText);
|
publicServersLabel->setTextFormat(Qt::RichText);
|
||||||
|
@ -303,4 +303,4 @@ void DlgConnect::actForgotPassword()
|
||||||
{
|
{
|
||||||
emit sigStartForgotPasswordRequest();
|
emit sigStartForgotPasswordRequest();
|
||||||
reject();
|
reject();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue