From ae172ce7de767096b83f2626f889bc402c5a27c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= <schiessle@owncloud.com> Date: Thu, 14 Feb 2013 13:01:02 +0100 Subject: [PATCH] improved description of the trash bin app --- apps/files_trashbin/appinfo/info.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml index 9b48612636..e421733960 100644 --- a/apps/files_trashbin/appinfo/info.xml +++ b/apps/files_trashbin/appinfo/info.xml @@ -1,8 +1,8 @@ <?xml version="1.0"?> <info> <id>files_trashbin</id> - <name>Trash</name> - <description>Trash bin</description> + <name>Trash bin</name> + <description>Keep a copy of deleted files so that they can be restored if needed</description> <licence>AGPL</licence> <author>Bjoern Schiessle</author> <shipped>true</shipped> -- GitLab