]> source.dussan.org Git - nextcloud-server.git/commitdiff
Join split translated strings
authorBart Visscher <bartv@thisnet.nl>
Fri, 15 Feb 2013 14:54:51 +0000 (15:54 +0100)
committerBart Visscher <bartv@thisnet.nl>
Fri, 15 Feb 2013 14:58:52 +0000 (15:58 +0100)
apps/files_external/lib/config.php

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