diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-09 09:51:42 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-09 09:51:42 +0000 |
commit | c4018a940772609a2703c04caaee34197b2efed6 (patch) | |
tree | 97f5cc930d2c52c0302389332efd24889da0389e /update.php | |
parent | ad8b1fc113eec2445aa0616c626e772f0efdf3b3 (diff) | |
download | ampache-c4018a940772609a2703c04caaee34197b2efed6.tar.gz ampache-c4018a940772609a2703c04caaee34197b2efed6.tar.bz2 ampache-c4018a940772609a2703c04caaee34197b2efed6.zip |
minor tweaks to update.php
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -5,9 +5,8 @@ All rights reserved. This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. + modify it under the terms of the GNU General Public License v2 + as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -71,7 +70,7 @@ $htmllang = str_replace("_","-",conf('lang')); </head> <body> <div id="header"> -<h1><?php echo _("Ampache Update"); ?></h1> +<h1><?php echo _('Ampache Update'); ?></h1> <p>For the love of Music</p> </div> <div id="text-box"> |