diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-08 19:55:59 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-08 19:55:59 +0000 |
commit | 70853913cf0d21bd44643c7333dd5810fe5a81d3 (patch) | |
tree | a8a6bd35358bd45d964d73da4a6f63f5a333ddca /templates/show_playlist_box.inc.php | |
parent | 627efa4dd844c89bb752f4484d1395409c2dbf76 (diff) | |
download | ampache-70853913cf0d21bd44643c7333dd5810fe5a81d3.tar.gz ampache-70853913cf0d21bd44643c7333dd5810fe5a81d3.tar.bz2 ampache-70853913cf0d21bd44643c7333dd5810fe5a81d3.zip |
updates to french translation and some other minor tweaks
Diffstat (limited to 'templates/show_playlist_box.inc.php')
-rw-r--r-- | templates/show_playlist_box.inc.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/show_playlist_box.inc.php b/templates/show_playlist_box.inc.php index 5f1ff2cc..ffc2055a 100644 --- a/templates/show_playlist_box.inc.php +++ b/templates/show_playlist_box.inc.php @@ -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 @@ -27,7 +26,7 @@ $web_path = conf('web_path'); $playlist_id = scrub_out($_REQUEST['playlist_id']); -$title = _('Playist Actions'); +$title = _('Playlist Actions'); ?> <?php require (conf('prefix') . '/templates/show_box_top.inc.php'); ?> <ul class="text-action"> |