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
parent61c4f9b3c8377e5275b05ce318bcbc285ebfcddf (diff)
do not use 'URL' but 'address'
-rw-r--r--apps/calendar/templates/settings.php2
-rw-r--r--apps/contacts/templates/settings.php2
-rw-r--r--apps/media/templates/settings.php2
3 files changed, 3 insertions, 3 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>
diff --git a/apps/contacts/templates/settings.php b/apps/contacts/templates/settings.php
index 29e6f159b2a..f5c37c5a044 100644
--- a/apps/contacts/templates/settings.php
+++ b/apps/contacts/templates/settings.php
@@ -1,7 +1,7 @@
<form id="mediaform">
<fieldset class="personalblock">
<strong>Contacts</strong><br />
- CardDAV Syncing URL:
+ CardDAV syncing address:
<?php echo OC_Helper::linkTo('apps/contacts', 'carddav.php', null, true); ?><br />
</fieldset>
</form>
diff --git a/apps/media/templates/settings.php b/apps/media/templates/settings.php
index 70ee6dbc1ea..da9346166e4 100644
--- a/apps/media/templates/settings.php
+++ b/apps/media/templates/settings.php
@@ -1,7 +1,7 @@
<form id="mediaform">
<fieldset class="personalblock">
<strong>Media</strong><br />
- Ampache URL:
+ Ampache address:
<?php echo OC_Helper::linkTo('apps/media', 'tomahawk.php', null, true); ?><br />
</fieldset>
</form>