summaryrefslogtreecommitdiffstats
path: root/tdeio/tdeio/global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdeio/global.cpp')
-rw-r--r--tdeio/tdeio/global.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/tdeio/tdeio/global.cpp b/tdeio/tdeio/global.cpp
index a75cc223f..4a5819bad 100644
--- a/tdeio/tdeio/global.cpp
+++ b/tdeio/tdeio/global.cpp
@@ -243,7 +243,7 @@ TDEIO_EXPORT TQString TDEIO::buildErrorString(int errorCode, const TQString &err
result = i18n( "Could not start process %1." ).arg( errorText );
break;
case TDEIO::ERR_INTERNAL:
- result = i18n( "Internal Error\nPlease send a full bug report at http://bugs.kde.org\n%1" ).arg( errorText );
+ result = i18n( "Internal Error\nPlease send a full bug report at http://bugs.trinitydesktop.org\n%1" ).arg( errorText );
break;
case TDEIO::ERR_MALFORMED_URL:
result = i18n( "Malformed URL %1." ).arg( errorText );
@@ -429,7 +429,7 @@ TDEIO_EXPORT TQString TDEIO::buildErrorString(int errorCode, const TQString &err
result = i18n( "Could not access %1.\nOffline mode active.").arg( errorText );
break;
default:
- result = i18n( "Unknown error code %1\n%2\nPlease send a full bug report at http://bugs.kde.org." ).arg( errorCode ).arg( errorText );
+ result = i18n( "Unknown error code %1\n%2\nPlease send a full bug report at http://bugs.trinitydesktop.org." ).arg( errorCode ).arg( errorText );
break;
}
@@ -608,7 +608,7 @@ TDEIO_EXPORT TQByteArray TDEIO::rawErrorDetail(int errorCode, const TQString &er
"high quality bug report. If the software is provided by a third party, "
"please contact them directly. Otherwise, first look to see if "
"the same bug has been submitted by someone else by searching at the "
- "<a href=\"http://bugs.pearsoncomputing.net//\">TDE bug reporting website</a>. If not, take "
+ "<a href=\"http://bugs.trinitydesktop.org/\">TDE bug reporting website</a>. If not, take "
"note of the details given above, and include them in your bug report, along "
"with as many other details as you think might help." );
TQString cNetwork = i18n( "There may have been a problem with your network "
@@ -1118,8 +1118,8 @@ TDEIO_EXPORT TQByteArray TDEIO::rawErrorDetail(int errorCode, const TQString &er
"authentication details, the authentication failed because the "
"method that the server is using is not supported by the TDE "
"program implementing the protocol %1." ).arg( protocol );
- solutions << i18n( "Please file a bug at <a href=\"http://bugs.kde.org/\">"
- "http://bugs.pearsoncomputing.net/</a> to inform the TDE team of the unsupported "
+ solutions << i18n( "Please file a bug at <a href=\"http://bugs.trinitydesktop.org/\">"
+ "http://bugs.trinitydesktop.org/</a> to inform the TDE team of the unsupported "
"authentication method." ) << sSysadmin;
break;