]> source.dussan.org Git - nextcloud-server.git/commitdiff
Minor typo updates to External Storage description
authorChristopher Bunn <b11.chris@gmail.com>
Thu, 8 Jan 2015 04:27:12 +0000 (22:27 -0600)
committerChristopher Bunn <b11.chris@gmail.com>
Thu, 8 Jan 2015 04:37:20 +0000 (22:37 -0600)
This text is visible to admin users when they read the description of
the External Storage app.

apps/files_external/appinfo/info.xml

index 6acb58960d4aac789d867edca6bb227be9fbd9bc..f23dea83caa03ff71c9d64c607203e2be48a22da 100644 (file)
@@ -3,9 +3,9 @@
        <id>files_external</id>
        <name>External storage support</name>
        <description>
-       This application enables administrators to configure connections to external storage  provides, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other ownCloud servers, WebDAV servers and more. Administrators can choose in the GUI which type of storage to enable, and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root ownCloud directory, and then can then access and use it like any other ownCloud folder. External Storage also allows users to share files stored in these external location. In these cases, the credentials for the owner of the file are used then the recipient requests the file from external storage, thereby ensuring that the recipient can get at the file that was shared. 
+       This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other ownCloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root ownCloud directory, which they can access and use like any other ownCloud folder. External Storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.
        
-       In addition to the GUI, it is possible to configure external storage manually at the command line. This option provides the advanced user with more flexibility for configuring bulk external storage mounts, as well as setting mount priorities. More information is available in the External Storage GUI documentation and the External Storage Configuration File documentation.
+       External Storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the External Storage GUI documentation and the External Storage Configuration File documentation.
        </description>
        <licence>AGPL</licence>
        <author>Robin Appelman, Michael Gapczynski, Vincent Petry</author>