summaryrefslogtreecommitdiffstats
path: root/server/song.ajax.php
diff options
context:
space:
mode:
Diffstat (limited to 'server/song.ajax.php')
-rw-r--r--server/song.ajax.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/song.ajax.php b/server/song.ajax.php
index 291521da..970daac8 100644
--- a/server/song.ajax.php
+++ b/server/song.ajax.php
@@ -47,7 +47,7 @@ switch ($_REQUEST['action']) {
//Return the new Ajax::button
$id = 'button_flip_state_' . $song->id;
$button = $song->enabled ? 'disable' : 'enable';
- $results[$id] = Ajax::button('?page=song&action=flip_state&song_id=' . $song->id,$button,_(ucfirst($button)),'flip_state_' . $song->id);
+ $results[$id] = Ajax::button('?page=song&action=flip_state&song_id=' . $song->id,$button, T_(ucfirst($button)),'flip_state_' . $song->id);
break;
default: