From 0c0262b8a7326d1e2effbce5d422fd672300d114 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 19 Jun 2005 18:05:40 +0000 Subject: mother of all commits... --- artists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'artists.php') diff --git a/artists.php b/artists.php index b4978412..3511c1f9 100644 --- a/artists.php +++ b/artists.php @@ -59,7 +59,7 @@ switch($action) { $catalog->update_single_item('artist',$_REQUEST['artist']); echo "
" . _("Update From Tags Complete") . "   "; - echo "[" . _("Return") . "]"; + echo "[" . _("Return") . "]"; break; case 'match': -- cgit