summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-07-01 15:52:52 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-07-01 15:53:11 +0200
commitac2709d4dfdbc6e04afd02ee415df4cabcaf193a (patch)
tree77096c7e2d8f3bb7a485ea8e85e5d31dc322452b /kopete/protocols/oscar
parent92f11c11999eebc35427a9c8a8789d851f34674e (diff)
downloadtdenetwork-ac2709d4dfdbc6e04afd02ee415df4cabcaf193a.tar.gz
tdenetwork-ac2709d4dfdbc6e04afd02ee415df4cabcaf193a.zip
Update bug reports url to bugs.trinitydesktop.org
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3fcbeef084f778509b1ae3753c375295f61cd1f3)
Diffstat (limited to 'kopete/protocols/oscar')
-rw-r--r--kopete/protocols/oscar/oscaraccount.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/oscar/oscaraccount.cpp b/kopete/protocols/oscar/oscaraccount.cpp
index 63402b34..a28a8035 100644
--- a/kopete/protocols/oscar/oscaraccount.cpp
+++ b/kopete/protocols/oscar/oscaraccount.cpp
@@ -878,7 +878,7 @@ TQString OscarAccount::getFLAPErrorMessage( int code )
else
{
reason = i18n("The %1 server thinks the client you are using is " \
- "too old. Please report this as a bug at http://bugs.kde.org")
+ "too old. Please report this as a bug at http://bugs.trinitydesktop.org")
.arg( acctType );
}
break;