summaryrefslogtreecommitdiffstats
path: root/localplay.php
diff options
context:
space:
mode:
authorpb1dft <pb1dft@ampache>2006-11-18 01:35:06 +0000
committerpb1dft <pb1dft@ampache>2006-11-18 01:35:06 +0000
commit67a4624f8953e6cba588d2603fdeb6863d000f84 (patch)
treeb2c1db807e72042e9bdd5ab7c463812f9c9f11fc /localplay.php
parentc522a2c1e97518d21e351821c27a9188e0cb3a1d (diff)
downloadampache-67a4624f8953e6cba588d2603fdeb6863d000f84.tar.gz
ampache-67a4624f8953e6cba588d2603fdeb6863d000f84.tar.bz2
ampache-67a4624f8953e6cba588d2603fdeb6863d000f84.zip
Rewrote the Dutch Translation Files and some otherminor typos
Diffstat (limited to 'localplay.php')
-rw-r--r--localplay.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/localplay.php b/localplay.php
index df79ce3a..06f081c7 100644
--- a/localplay.php
+++ b/localplay.php
@@ -55,7 +55,7 @@ switch ($action) {
$localplay = init_localplay();
$localplay->delete_all();
$url = $web_path . '/localplay.php';
- $title = _('Song(s) Remove from Playlist');
+ $title = _('Song(s) Removed from Playlist');
$body = '';
show_confirmation($title,$body,$url);
break;