diff options
Diffstat (limited to 'src/dolphin.cpp')
-rw-r--r-- | src/dolphin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphin.cpp b/src/dolphin.cpp index 879ee5c..2e85ea3 100644 --- a/src/dolphin.cpp +++ b/src/dolphin.cpp @@ -1563,7 +1563,7 @@ void Dolphin::updateViewProperties(const KURL::List& urls) } // Updating the view properties might take up to several seconds - // when dragging several thousand URLs. Writing a KIO slave for this + // when dragging several thousand URLs. Writing a TDEIO slave for this // use case is not worth the effort, but at least the main widget // must be disabled and a progress should be shown. ProgressIndicator progressIndicator(i18n("Updating view properties..."), |