diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/draganddrophelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/draganddrophelper.cpp b/src/draganddrophelper.cpp index d5a52f859..ff319dfb8 100644 --- a/src/draganddrophelper.cpp +++ b/src/draganddrophelper.cpp @@ -106,7 +106,7 @@ void DragAndDropHelper::dropUrls(const KFileItem& destItem, const bool singleSelection = (urls.count() == 1); if (singleSelection && (source == destination)) { - emit errorMessage(i18nc("@info:status", "A folder cannot dropped on to itself")); + emit errorMessage(i18nc("@info:status", "A folder cannot be dropped into itself")); } else if (sourceDir == destination) { QString msg; if (singleSelection) { |
