From 46379113a118e8c4c8ed26026f2d2a610380a368 Mon Sep 17 00:00:00 2001 From: Philipp Kapfer Date: Thu, 30 May 2013 17:37:47 +0200 Subject: Changed dependency check messages from warnings to notes Added check for duplicate dependency check messages to display only the first --- apps/files_external/lib/google.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_external/lib/google.php') diff --git a/apps/files_external/lib/google.php b/apps/files_external/lib/google.php index 936153b35a5..cfb7005c4c7 100644 --- a/apps/files_external/lib/google.php +++ b/apps/files_external/lib/google.php @@ -49,7 +49,7 @@ class Google extends \OC\Files\Storage\Common { return true; } else { $l = new \OC_L10N('files_external'); - return $l->t('Warning: The cURL support in PHP is not enabled or installed. Mounting of Google Drive is not possible. Please ask your system administrator to install it.'); + return $l->t('Note: The cURL support in PHP is not enabled or installed. Mounting of Google Drive is not possible. Please ask your system administrator to install it.'); } } -- cgit v1.2.3