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.