summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2013-02-22 07:02:51 -0800
committerJörn Friedrich Dreyer <jfd@butonic.de>2013-02-22 07:02:51 -0800
commite8da90d0f45ab870e3d5da6c766159c87bbb1b68 (patch)
tree9010016688ef9b7d357b7cda8c047dc9340a2e1d /lib
parent5c76fffc01cb01fca41863b9a35ea5f14175b861 (diff)
parent59582e0f3fb395378b88aec2a6d0689bb2ac039e (diff)
downloadnextcloud-server-e8da90d0f45ab870e3d5da6c766159c87bbb1b68.tar.gz
nextcloud-server-e8da90d0f45ab870e3d5da6c766159c87bbb1b68.zip
Merge pull request #1711 from owncloud/style-cleanup
Codestyle cleanup
Diffstat (limited to 'lib')
-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');