diff options
Diffstat (limited to 'templates/show_rename_artist.inc.php')
-rw-r--r-- | templates/show_rename_artist.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_rename_artist.inc.php b/templates/show_rename_artist.inc.php index 929c54c2..72f707ff 100644 --- a/templates/show_rename_artist.inc.php +++ b/templates/show_rename_artist.inc.php @@ -45,7 +45,7 @@ function insert() </td> </tr> <tr> - <td><input type="checkbox" name="update_id3" value="1" /> <?php echo _("Update id3 tags"); ?></td> + <td><input type="checkbox" name="update_id3" value="yes" /> <?php echo _("Update id3 tags"); ?></td> </tr> <tr> <td> |