diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-07-01 15:52:52 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-07-01 15:52:52 +0200 |
commit | 3fcbeef084f778509b1ae3753c375295f61cd1f3 (patch) | |
tree | fc060029d4f152d8149081e5c0e04f4b881306d8 /kopete/protocols/oscar | |
parent | b07c9747b94c9b87b0b4328e55a31ac4a02d3da6 (diff) | |
download | tdenetwork-3fcbeef084f778509b1ae3753c375295f61cd1f3.tar.gz tdenetwork-3fcbeef084f778509b1ae3753c375295f61cd1f3.zip |
Update bug reports url to bugs.trinitydesktop.org
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kopete/protocols/oscar')
-rw-r--r-- | kopete/protocols/oscar/oscaraccount.cpp | 2 |
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; |