summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2013-01-13 00:45:45 +0100
committerLukas Reschke <lukas@statuscode.ch>2013-01-13 00:45:45 +0100
commit9cfc195b7c233ceab6174039242ba34f200f0a31 (patch)
tree1c58520fd7a1308dea2a5481927d53220eff4c67 /apps
parent90d0d088263ec7384627ca925bfc6454211346af (diff)
downloadnextcloud-server-9cfc195b7c233ceab6174039242ba34f200f0a31.tar.gz
nextcloud-server-9cfc195b7c233ceab6174039242ba34f200f0a31.zip
The => This
Sounds better for me.
Diffstat (limited to 'apps')
-rwxr-xr-xapps/user_webdavauth/templates/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_webdavauth/templates/settings.php b/apps/user_webdavauth/templates/settings.php
index 00e5e144b6a..880b77ac959 100755
--- a/apps/user_webdavauth/templates/settings.php
+++ b/apps/user_webdavauth/templates/settings.php
@@ -3,6 +3,6 @@
<legend><strong><?php echo $l->t('WebDAV Authentication');?></strong></legend>
<p><label for="webdav_url"><?php echo $l->t('URL: http://');?><input type="text" id="webdav_url" name="webdav_url" value="<?php echo $_['webdav_url']; ?>"></label>
<input type="submit" value="Save" />
- <br /><?php echo $l->t('ownCloud will send the user credentials to this URL. The plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials.'); ?>
+ <br /><?php echo $l->t('ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials.'); ?>
</fieldset>
</form>