From 19c5213b53fbddc2a2b61e0ad35cda6ce5002bb5 Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Fri, 15 Feb 2013 16:04:18 +0100 Subject: Join split translated strings --- lib/setup.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/setup.php b/lib/setup.php index 0c049841b2a..faf011fccb1 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -646,8 +646,7 @@ class OC_Setup { header("Location: ".OC::$WEBROOT.'/'); } else { - $error = $l->t('Your web server is not yet properly setup to allow files' - .' synchronization because the WebDAV interface seems to be broken.'); + $error = $l->t('Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken.'); $hint = $l->t('Please double check the installation guides.', 'http://doc.owncloud.org/server/5.0/admin_manual/installation.html'); -- cgit v1.2.3