From 85cb171cb863e24213799fbbb02dfb1d6b8c78ac Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sat, 14 Apr 2012 18:41:09 +0200 Subject: [PATCH] improved updater wording --- lib/updater.php | 4 ++-- settings/templates/personal.php | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/lib/updater.php b/lib/updater.php index 196822ac35..deb0f05945 100644 --- a/lib/updater.php +++ b/lib/updater.php @@ -59,9 +59,9 @@ class OC_Updater{ public static function ShowUpdatingHint(){ $data=OC_Updater::check(); if(isset($data['version']) and $data['version']<>'') { - $txt=''.$data['versionstring'].' is available. Please click here for more information'; + $txt=''.$data['versionstring'].' is available. Get more information'; }else{ - $txt='Your ownCloud is up to date'; + $txt='up to date'; } return($txt); } diff --git a/settings/templates/personal.php b/settings/templates/personal.php index d40da7eb77..986cfe55ae 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -50,10 +50,8 @@ };?>

- ownCloud
- developed by the ownCloud community
-
- source code licensed freely under AGPL + ownCloud ()
+ Developed by the ownCloud community, the source code is freely licensed under the AGPL.