QTfrontend/ui/page/pagenetserver.cpp
changeset 9360 fc805fc427a6
parent 9080 9b42757d7e71
child 9998 736015b847e3
equal deleted inserted replaced
9356:2f00db522065 9360:fc805fc427a6
    74     BtnDefault->setWhatsThis(QPushButton::tr("Set the default server port for Hedgewars"));
    74     BtnDefault->setWhatsThis(QPushButton::tr("Set the default server port for Hedgewars"));
    75     gbLayout->addWidget(BtnDefault, 1, 2);
    75     gbLayout->addWidget(BtnDefault, 1, 2);
    76 
    76 
    77     BtnShare = new QPushButton(gb);
    77     BtnShare = new QPushButton(gb);
    78     BtnShare->setText(QPushButton::tr("Invite your friends to your server in just 1 click!"));
    78     BtnShare->setText(QPushButton::tr("Invite your friends to your server in just 1 click!"));
    79     BtnShare->setWhatsThis(QPushButton::tr("Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you."));
    79     BtnShare->setWhatsThis(QPushButton::tr("Click to copy your unique server URL to your clipboard. Send this link to your friends and they will be able to join you."));
    80     gbLayout->addWidget(BtnShare, 2, 1);
    80     gbLayout->addWidget(BtnShare, 2, 1);
    81 
    81 
    82     labelURL = new QLabel(gb);
    82     labelURL = new QLabel(gb);
    83     labelURL->setText(
    83     labelURL->setText(
    84               "<style type=\"text/css\"> a { color: #ffcc00; } </style>"
    84               "<style type=\"text/css\"> a { color: #ffcc00; } </style>"