diff --git a/kcms/baloo/folderselectionwidget.cpp b/kcms/baloo/folderselectionwidget.cpp --- a/kcms/baloo/folderselectionwidget.cpp +++ b/kcms/baloo/folderselectionwidget.cpp @@ -203,7 +203,8 @@ // We don't care about the root dir if (url == QLatin1String("/")) { - showMessage(i18n("The root directory is always hidden")); + showMessage(i18n("Not allowed to exclude root folder, please disable File Search if you do not want it")); + return; } // Remove any existing folder with that name