summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/appinfo
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2016-06-20 13:03:31 +0200
committerBjoern Schiessle <bjoern@schiessle.org>2016-06-20 14:46:13 +0200
commit548b8848ee0b2b90eb2307b9f98644b86cfed798 (patch)
tree045c221fe12d083d7c1a16c91094b2c54fe4bc84 /apps/files_trashbin/appinfo
parent61a3daa55d632b817286f2785d9723471f3270dd (diff)
downloadnextcloud-server-548b8848ee0b2b90eb2307b9f98644b86cfed798.tar.gz
nextcloud-server-548b8848ee0b2b90eb2307b9f98644b86cfed798.zip
no need to mention ownCloud explicitely
Diffstat (limited to 'apps/files_trashbin/appinfo')
-rw-r--r--apps/files_trashbin/appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml
index f5c1dcd979b..ee5a42f15e2 100644
--- a/apps/files_trashbin/appinfo/info.xml
+++ b/apps/files_trashbin/appinfo/info.xml
@@ -3,8 +3,8 @@
<id>files_trashbin</id>
<name>Deleted files</name>
<description>
-This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to their ownCloud file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.
-To prevent a user from running out of disk space, the ownCloud Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, ownCloud deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation.
+This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.
+To prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation.
</description>
<licence>AGPL</licence>