summaryrefslogtreecommitdiffstats
path: root/localplay.php
diff options
context:
space:
mode:
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;