diff options
author | Hans Bakker <hansmbakker@gmail.com> | 2011-08-15 17:41:46 +0200 |
---|---|---|
committer | Hans Bakker <hansmbakker@gmail.com> | 2011-08-15 17:41:46 +0200 |
commit | 66576de1b701cbf635b0ef3231497bd6bd1898ee (patch) | |
tree | d8e1fb3f91a952f4e01ed19e8b5e19810e8abe52 /core | |
parent | 4f3fdf6c455f598cb137c05f30d7e140eb471ea5 (diff) | |
parent | 4a5288672838e05cc3addbd10f90bd7c35b22d2c (diff) | |
download | nextcloud-server-66576de1b701cbf635b0ef3231497bd6bd1898ee.tar.gz nextcloud-server-66576de1b701cbf635b0ef3231497bd6bd1898ee.zip |
Merge branch 'master' of git://anongit.kde.org/owncloud
Diffstat (limited to 'core')
-rw-r--r-- | core/templates/layout.guest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php index 42c2539af13..04bb21896f1 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -35,6 +35,6 @@ </div></header> <?php echo $_['content']; ?> </div> - <footer><p class="info"><a href="http://owncloud.org/">ownCloud</a> <?php echo $l->t( 'is a personal cloud which runs on your own server' ); ?>.</p></footer> + <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> </body> </html> |