Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <jan@unhosted.org>2011-09-29 00:11:47 +0400
committerJan-Christoph Borchardt <jan@unhosted.org>2011-09-29 00:11:47 +0400
commitc39c6d36df259980a1f804b4c4cc384640b8cf55 (patch)
treebd5f4c1b63b77b24b8b78d3924211b2ea7598414 /apps/calendar
parent61c4f9b3c8377e5275b05ce318bcbc285ebfcddf (diff)
do not use 'URL' but 'address'
Diffstat (limited to 'apps/calendar')
-rw-r--r--apps/calendar/templates/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/templates/settings.php b/apps/calendar/templates/settings.php
index 60b524a535a..4b804e48f5b 100644
--- a/apps/calendar/templates/settings.php
+++ b/apps/calendar/templates/settings.php
@@ -26,7 +26,7 @@
endforeach;?>
</select><span class="msg"></span>
<br />
- Calendar CalDAV Syncing URL:
+ Calendar CalDAV syncing address:
<?php echo OC_Helper::linkTo('apps/calendar', 'caldav.php', null, true); ?><br />
</fieldset>
</form>