summaryrefslogtreecommitdiffstats
path: root/democratic.php
diff options
context:
space:
mode:
Diffstat (limited to 'democratic.php')
-rw-r--r--democratic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/democratic.php b/democratic.php
index 8f85f2f5..f8644dbe 100644
--- a/democratic.php
+++ b/democratic.php
@@ -60,7 +60,7 @@ switch ($_REQUEST['action']) {
Democratic::delete($_REQUEST['democratic_id']);
$title = '';
- $text = _('The Requested Playlist has been deleted.');
+ $text = T_('The Requested Playlist has been deleted.');
$url = Config::get('web_path') . '/democratic.php?action=manage_playlists';
show_confirmation($title,$text,$url);
break;