summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/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_versions/appinfo
parent61a3daa55d632b817286f2785d9723471f3270dd (diff)
downloadnextcloud-server-548b8848ee0b2b90eb2307b9f98644b86cfed798.tar.gz
nextcloud-server-548b8848ee0b2b90eb2307b9f98644b86cfed798.zip
no need to mention ownCloud explicitely
Diffstat (limited to 'apps/files_versions/appinfo')
-rw-r--r--apps/files_versions/appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml
index 03aa308bdb1..fb91edae0b3 100644
--- a/apps/files_versions/appinfo/info.xml
+++ b/apps/files_versions/appinfo/info.xml
@@ -5,8 +5,8 @@
<licence>AGPL</licence>
<author>Frank Karlitschek, Bjoern Schiessle</author>
<description>
- This application enables ownCloud to automatically maintain older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. ownCloud then automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.
-In addition to the expiry of versions, ownCloud’s versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, ownCloud will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation.
+ This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.
+In addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation.
</description>
<version>1.3.0</version>