diff options
author | Philipp Kapfer <philipp.kapfer@gmx.at> | 2013-05-30 17:37:47 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-03 16:31:54 +0200 |
commit | 46379113a118e8c4c8ed26026f2d2a610380a368 (patch) | |
tree | 3cae129dd6c4d48222166dfdf3173a2ebc2b8a28 /apps/files_external/lib/ftp.php | |
parent | 8ca897df76d2a93f66dbe097984eb1e8752410ce (diff) | |
download | nextcloud-server-46379113a118e8c4c8ed26026f2d2a610380a368.tar.gz nextcloud-server-46379113a118e8c4c8ed26026f2d2a610380a368.zip |
Changed dependency check messages from warnings to notes
Added check for duplicate dependency check messages to display only the first
Diffstat (limited to 'apps/files_external/lib/ftp.php')
-rw-r--r-- | apps/files_external/lib/ftp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/ftp.php b/apps/files_external/lib/ftp.php index 43635f7f94e..a6a775ff6d1 100644 --- a/apps/files_external/lib/ftp.php +++ b/apps/files_external/lib/ftp.php @@ -25,7 +25,7 @@ class FTP extends \OC\Files\Storage\StreamWrapper{ return(true); } else { $l = new \OC_L10N('files_external'); - return $l->t('<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it.'); + return $l->t('<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it.'); } } |