diff options
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; |