X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=Client%2Fhttpclient.cpp;h=6e43dfdf4bd82c5d1341820911cc392233949390;hb=eb8665a8c4b6a15a9d5a9f5b348432293d171ae6;hp=e43f76179339160940c2b48c5362c2ddec7bb581;hpb=f3a1efc20f17e6473b97c71346cc688f498aaf47;p=speedfreak diff --git a/Client/httpclient.cpp b/Client/httpclient.cpp index e43f761..6e43dfd 100644 --- a/Client/httpclient.cpp +++ b/Client/httpclient.cpp @@ -407,7 +407,7 @@ void HttpClient::ackOfLogin() qDebug() << "errorcode:" << errorcode << reply->errorString(); if(myMainw->settingsDialog) { - QMessageBox::about(myMainw->settingsDialog, "Server does not recognize your username. Please registrate.",reply->errorString()); + QMessageBox::about(myMainw->settingsDialog, "Wrong username or password!","Please try again."); myMainw->settingsDialog->usernameOk(false); } }