aboutsummaryrefslogtreecommitdiffstats
path: root/lib/setup.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2013-02-15 16:04:18 +0100
committerBart Visscher <bartv@thisnet.nl>2013-02-21 23:47:56 +0100
commit19c5213b53fbddc2a2b61e0ad35cda6ce5002bb5 (patch)
tree8f7a54fccdc8a9b5780a541a5a6fbe14142e7a1d /lib/setup.php
parent83f161d3f964a48f6dbe92e69233575b1984c547 (diff)
downloadnextcloud-server-19c5213b53fbddc2a2b61e0ad35cda6ce5002bb5.tar.gz
nextcloud-server-19c5213b53fbddc2a2b61e0ad35cda6ce5002bb5.zip
Join split translated strings
Diffstat (limited to 'lib/setup.php')
-rw-r--r--lib/setup.php3
1 files changed, 1 insertions, 2 deletions
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 <a href=\'%s\'>installation guides</a>.',
'http://doc.owncloud.org/server/5.0/admin_manual/installation.html');