diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php
index fe9d62ab47..a3d1da6884 100755
--- a/apps/files_external/lib/config.php
+++ b/apps/files_external/lib/config.php
@@ -415,14 +415,10 @@ class OC_Mount_Config {
$l= new OC_L10N('files_external');
$txt='';
if(!OC_Mount_Config::checksmbclient()) {
- $txt.=$l->t('Warning: "smbclient" is not installed.'
- .' Mounting of CIFS/SMB shares is not possible.'
- .' Please ask your system administrator to install it.').'
';
+ $txt.=$l->t('Warning: "smbclient" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it.').'
';
}
if(!OC_Mount_Config::checkphpftp()) {
- $txt.=$l->t('Warning: 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.').'
';
+ $txt.=$l->t('Warning: 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($txt);