diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-02-22 07:02:51 -0800 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-02-22 07:02:51 -0800 |
commit | e8da90d0f45ab870e3d5da6c766159c87bbb1b68 (patch) | |
tree | 9010016688ef9b7d357b7cda8c047dc9340a2e1d /lib | |
parent | 5c76fffc01cb01fca41863b9a35ea5f14175b861 (diff) | |
parent | 59582e0f3fb395378b88aec2a6d0689bb2ac039e (diff) | |
download | nextcloud-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.php | 3 |
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'); |