QTfrontend/hwform.cpp
changeset 15457 751b992656ab
parent 15300 a3823f0916b8
child 15788 acf70c44065b
equal deleted inserted replaced
15456:be5eaa86b88d 15457:751b992656ab
  1248 
  1248 
  1249     QMessageBox noRegMsg(this);
  1249     QMessageBox noRegMsg(this);
  1250     noRegMsg.setIcon(QMessageBox::Information);
  1250     noRegMsg.setIcon(QMessageBox::Information);
  1251     noRegMsg.setWindowTitle(QMessageBox::tr("Hedgewars - Nick not registered"));
  1251     noRegMsg.setWindowTitle(QMessageBox::tr("Hedgewars - Nick not registered"));
  1252     noRegMsg.setWindowModality(Qt::WindowModal);
  1252     noRegMsg.setWindowModality(Qt::WindowModal);
  1253     noRegMsg.setText(tr("Your nickname is not registered.\nTo prevent someone else from using it,\nplease register it at www.hedgewars.org"));
  1253     noRegMsg.setText(tr("Your nickname is not registered.\nTo be able to rejoin games in progress and\nprevent someone else from using your nickname,\nplease register it at www.hedgewars.org."));
  1254 
  1254 
  1255     if (!config->passwordHash().isEmpty())
  1255     if (!config->passwordHash().isEmpty())
  1256     {
  1256     {
  1257         config->clearPasswordHash();
  1257         config->clearPasswordHash();
  1258         noRegMsg.setText(noRegMsg.text()+tr("\n\nYour password wasn't saved either."));
  1258         noRegMsg.setText(noRegMsg.text()+tr("\n\nYour password wasn't saved either."));