From d7c09d8bb5abe5b67c95333f1e69490b74db039e Mon Sep 17 00:00:00 2001
From: Frank Karlitschek <frank@owncloud.org>
Date: Sun, 20 May 2012 10:59:37 +0200
Subject: [PATCH] add a warning

---
 apps/files_encryption/appinfo/info.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files_encryption/appinfo/info.xml b/apps/files_encryption/appinfo/info.xml
index 06807813ea5..ad87763a228 100644
--- a/apps/files_encryption/appinfo/info.xml
+++ b/apps/files_encryption/appinfo/info.xml
@@ -2,7 +2,7 @@
 <info>
 	<id>files_encryption</id>
 	<name>Encryption</name>
-	<description>Server side encryption of files</description>
+	<description>Server side encryption of files. Warning: You will lose your data if you enable this App and forget your password.</description>
 	<licence>AGPL</licence>
 	<author>Robin Appelman</author>
 	<require>4</require>
-- 
GitLab