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
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-09-04 18:38:45 +0400
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-09-04 18:38:45 +0400
commita47f22a275e6af77f08de4a3edf327e5551c8c2b (patch)
tree7a43da22d4e19b90ccd202f477fbf76eb0c4d8b7 /core
parent2fed316efa4ff219778f6baa392e3a32382ff7f5 (diff)
clarified what we do
Diffstat (limited to 'core')
-rw-r--r--core/templates/layout.guest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php
index 35c4378fc98..6f40619f5f5 100644
--- a/core/templates/layout.guest.php
+++ b/core/templates/layout.guest.php
@@ -32,6 +32,6 @@
</div></header>
<?php echo $_['content']; ?>
</div>
- <footer><p class="info"><a href="http://owncloud.org/">ownCloud</a> <?php echo $l->t( 'gives you the freedom to control your own data on the internet' ); ?></p></footer>
+ <footer><p class="info"><a href="http://owncloud.org/">ownCloud</a> <?php echo $l->t( 'gives you freedom and control over your own data' ); ?></p></footer>
</body>
</html>