From 2f8f7501ef4c315767582c52f6806f0577e5df11 Mon Sep 17 00:00:00 2001
From: Frank Karlitschek <frank@owncloud.org>
Date: Sun, 20 May 2012 10:58:20 +0200
Subject: [PATCH] add 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 06807813ea..ad87763a22 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