From b381318340d04108ac34bf6e885b502c9060da22 Mon Sep 17 00:00:00 2001
From: aboeckle <alexander.boeckle@frentix.com>
Date: Wed, 1 Jul 2020 13:42:13 +0200
Subject: [PATCH] OO-4775: Added text to clarify meaning of files and deleted
 files

---
 .../services/vfs/ui/management/VFSOverviewController.java      | 3 +++
 .../vfs/ui/management/_i18n/LocalStrings_de.properties         | 3 ++-
 .../vfs/ui/management/_i18n/LocalStrings_en.properties         | 3 ++-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/olat/core/commons/services/vfs/ui/management/VFSOverviewController.java b/src/main/java/org/olat/core/commons/services/vfs/ui/management/VFSOverviewController.java
index e9d5121e52b..f4e100b1781 100644
--- a/src/main/java/org/olat/core/commons/services/vfs/ui/management/VFSOverviewController.java
+++ b/src/main/java/org/olat/core/commons/services/vfs/ui/management/VFSOverviewController.java
@@ -156,6 +156,9 @@ public class VFSOverviewController extends FormBasicController {
 		trashLink = uifactory.addFormLink("vfs.overview.trashlink", formLayout);
 		versionsLink = uifactory.addFormLink("vfs.overview.versionslink", formLayout);
 		thumbnailLink = uifactory.addFormLink("vfs.overview.thumbnaillink", formLayout); 
+		
+		uifactory.addStaticTextElement("vfs.overview.files.note", null, translate("vfs.overview.files.note"), overviewLayout);
+		
 	}
 
 	@Override
diff --git a/src/main/java/org/olat/core/commons/services/vfs/ui/management/_i18n/LocalStrings_de.properties b/src/main/java/org/olat/core/commons/services/vfs/ui/management/_i18n/LocalStrings_de.properties
index f6dac85de99..44d8bb80bf1 100644
--- a/src/main/java/org/olat/core/commons/services/vfs/ui/management/_i18n/LocalStrings_de.properties
+++ b/src/main/java/org/olat/core/commons/services/vfs/ui/management/_i18n/LocalStrings_de.properties
@@ -1,6 +1,7 @@
 vfs.overview.action=Aktion
 vfs.overview.amount=Anzahl
-vfs.overview.files=Dateien
+vfs.overview.files=Dateien *
+vfs.overview.files.note=* Enth\u00e4lt keine gel\u00f6schten Dateien, Versionen oder Thumbnails
 vfs.overview.fileslink=Zeige gro\u00dfe Dateien
 vfs.overview.name=Name
 vfs.overview.size=Gr\u00f6\u00dfe
diff --git a/src/main/java/org/olat/core/commons/services/vfs/ui/management/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/core/commons/services/vfs/ui/management/_i18n/LocalStrings_en.properties
index 48896144114..a48368ec9d1 100644
--- a/src/main/java/org/olat/core/commons/services/vfs/ui/management/_i18n/LocalStrings_en.properties
+++ b/src/main/java/org/olat/core/commons/services/vfs/ui/management/_i18n/LocalStrings_en.properties
@@ -1,6 +1,7 @@
 vfs.overview.action=Action
 vfs.overview.amount=Amount
-vfs.overview.files=Files
+vfs.overview.files=Files *
+vfs.overview.files.note=* Not including deleted files, versions or thumbnails
 vfs.overview.fileslink=Show large files
 vfs.overview.name=Name
 vfs.overview.size=Size
-- 
GitLab