X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclientsyncer.cpp;h=601bff0368eb534f5ec1f03c2f33bc017b11d637;hb=8010224cf5bfe5685dc2cf535e8dc1ec19c4c364;hp=29b4973dbe05b02a50875c94ad3330a1c12e0c5c;hpb=1f02b7201ab7b86238e705d2ce5b22f50bf6acfe;p=quassel.git diff --git a/src/client/clientsyncer.cpp b/src/client/clientsyncer.cpp index 29b4973d..601bff03 100644 --- a/src/client/clientsyncer.cpp +++ b/src/client/clientsyncer.cpp @@ -172,7 +172,7 @@ void ClientSyncer::clientInitAck(const QVariantMap &msg) { // Core has accepted our version info and sent its own. Let's see if we accept it as well... if(msg["CoreBuild"].toUInt() < Global::coreBuildNeeded) { emit connectionError(tr("The Quassel Core you are trying to connect to is too old!
" - "Need at least a Core Version %1 (Build >= %2) to connect.").arg(Global::quasselVersion).arg(Global::quasselBuild)); + "Need at least a Core Version %1 (Build >= %2) to connect.").arg(Global::quasselVersion).arg(Global::coreBuildNeeded)); disconnectFromCore(); return; }