X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fidentity.cpp;h=c416a1dd8535d03ca97c47abec6599495bbc9afe;hp=b370c58ab0a49c3ce97d71516bfe92912856a604;hb=c2e3479b87e7d0713d302d26fb2d7d01d7b8c9c2;hpb=695758015a80eb8c158a9ac4c0f1c0b547e70df3 diff --git a/src/common/identity.cpp b/src/common/identity.cpp index b370c58a..c416a1dd 100644 --- a/src/common/identity.cpp +++ b/src/common/identity.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -191,8 +191,8 @@ void Identity::setToDefaults() setDetachAwayReasonEnabled(false); setIdent("quassel"); setKickReason(tr("Kindergarten is elsewhere!")); - setPartReason(tr("http://quassel-irc.org - Chat comfortably. Anywhere.")); - setQuitReason(tr("http://quassel-irc.org - Chat comfortably. Anywhere.")); + setPartReason(tr("https://quassel-irc.org - Chat comfortably. Anywhere.")); + setQuitReason(tr("https://quassel-irc.org - Chat comfortably. Anywhere.")); }