]> source.dussan.org Git - nextcloud-server.git/commitdiff
Miscellaneous text fixes for core apps
authorRobin McCorkell <rmccorkell@karoshi.org.uk>
Wed, 26 Mar 2014 15:43:03 +0000 (15:43 +0000)
committerRobin McCorkell <rmccorkell@karoshi.org.uk>
Wed, 26 Mar 2014 15:43:03 +0000 (15:43 +0000)
apps/files_encryption/appinfo/info.xml
apps/files_versions/appinfo/info.xml
apps/user_ldap/appinfo/info.xml
apps/user_webdavauth/appinfo/info.xml

index ab47de828b91ce0d71048405591f652ff8c07aa4..15a09a29f51da5b99edfb72bae10fa2b53fc3644 100644 (file)
@@ -2,7 +2,7 @@
 <info>
        <id>files_encryption</id>
        <name>Encryption</name>
-       <description>The ownCloud files encryption system provides server side-encryption. After the app was enabled you need to re-login to initialize your encryption keys. Please note that server side encryption requires that the ownCloud server admin can be trusted. The main purpose of this app is the encryption of files that are stored on externally mounted storages.</description>
+       <description>The ownCloud files encryption system provides server side-encryption. After the app is enabled you need to re-login to initialize your encryption keys. Please note that server side encryption requires that the ownCloud server admin can be trusted. The main purpose of this app is the encryption of files that are stored on externally mounted storages.</description>
        <licence>AGPL</licence>
        <author>Sam Tuke, Bjoern Schiessle, Florin Peter</author>
        <require>4</require>
index 661d64aa979fba9f25fea6c6f24a340f1c67eb64..a735caee945c3fd8cd5d3d98aa2db474b6397fe2 100644 (file)
@@ -9,7 +9,7 @@
        <description>
        ownCloud supports simple version control for files.     The versioning app
        expires old versions automatically to make sure that
-       the user doesn't run out of space. Following pattern is used to delete
+       the user doesn't run out of space. The following pattern is used to delete
        old versions:
        For the first 10 seconds ownCloud keeps one version every 2 seconds;
        For the first hour ownCloud keeps one version every minute;
index 9cc908e8522220f1c045d475e511d45fde81a51b..e4a4375a737fed5eaf489e7e9013ad9e6d8ab96f 100644 (file)
@@ -2,8 +2,8 @@
 <info>
        <id>user_ldap</id>
        <name>LDAP user and group backend</name>
-       <description>Authenticate users and groups by LDAP respectively Active
-               Directory.
+       <description>Authenticate users and groups through LDAP, such as OpenLDAP
+           or Active Directory.
 
                This app is not compatible with the WebDAV user backend.
        </description>
index 76b314e48aa4a440dc1f19f85558c27167fd8ffd..20c5909cc12ed3937cf5db1980e67cd8bd07aa6f 100755 (executable)
@@ -4,7 +4,7 @@
        <name>WebDAV user backend</name>
        <description>Authenticate users by a WebDAV call. You can use any WebDAV server, ownCloud server or other webserver to authenticate. It should return http 200 for right credentials and http 401 for wrong ones.
 
-       This app is not compatible to the LDAP user and group backend.</description>
+       This app is not compatible with the LDAP user and group backend.</description>
        <licence>AGPL</licence>
        <author>Frank Karlitschek</author>
        <require>4.93</require>