summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-09-28 17:14:37 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-09-28 17:14:37 +0200
commit8d14c489ebb058f362fb3f675db511d228042e89 (patch)
treec27500940bfd7e3513eb5623efe7205fe71c048a /core/templates
parent98c59605aaf5b1652fded5b44cd404346e78102b (diff)
downloadnextcloud-server-8d14c489ebb058f362fb3f675db511d228042e89.tar.gz
nextcloud-server-8d14c489ebb058f362fb3f675db511d228042e89.zip
changed short description and styled unobtrusively
Diffstat (limited to 'core/templates')
-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 7e05fce0ecf..96f3d2662fb 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 freedom and control over your own data' ); ?></p></footer>
+ <footer><p class="info"><a href="http://owncloud.org/">ownCloud</a>: <?php echo $l->t( 'web services under your control' ); ?></p></footer>
</body>
</html>