summaryrefslogtreecommitdiffstats
path: root/tdeio/tdeio/kautomount.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdeio/kautomount.cpp')
-rw-r--r--tdeio/tdeio/kautomount.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdeio/kautomount.cpp b/tdeio/tdeio/kautomount.cpp
index f167a6ccb..c6fa72371 100644
--- a/tdeio/tdeio/kautomount.cpp
+++ b/tdeio/tdeio/kautomount.cpp
@@ -57,7 +57,7 @@ void KAutoMount::slotResult( TDEIO::Job * job )
if ( mountpoint.path().isEmpty() )
kdWarning(7015) << m_strDevice << " was correctly mounted, but TDEIO::findDeviceMountPoint didn't find it. "
- << "This looks like a bug, please report it on http://bugs.kde.org, together with your /etc/fstab line" << endl;
+ << "This looks like a bug, please report it on http://bugs.trinitydesktop.org, together with your /etc/fstab line" << endl;
else if ( m_bShowFilemanagerWindow )
KRun::runURL( mountpoint, "inode/directory" );