From ee154da598de584a1397c4d4cb044b9149df2d33 Mon Sep 17 00:00:00 2001 From: tooomm Date: Mon, 3 Apr 2017 22:35:10 +0200 Subject: [PATCH] clean transifex translations up (#2566) --- cockatrice/src/dlg_connect.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cockatrice/src/dlg_connect.cpp b/cockatrice/src/dlg_connect.cpp index 71153415..ce32fcb4 100644 --- a/cockatrice/src/dlg_connect.cpp +++ b/cockatrice/src/dlg_connect.cpp @@ -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("(Public Servers)").arg(PUBLIC_SERVERS_URL)); + publicServersLabel = new QLabel(QString("(").arg(PUBLIC_SERVERS_URL)+tr("Public Servers")+QString(")")); publicServersLabel->setSizePolicy(QSizePolicy::Ignored, QSizePolicy::Fixed); publicServersLabel->setWordWrap(true); publicServersLabel->setTextFormat(Qt::RichText); @@ -303,4 +303,4 @@ void DlgConnect::actForgotPassword() { emit sigStartForgotPasswordRequest(); reject(); -} \ No newline at end of file +}