diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-12-28 22:42:55 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-12-28 22:42:55 +0000 |
commit | fb36d75acedcb959aaae7cd51dc93ed67109ed06 (patch) | |
tree | 081bc3db65365499fdce8c3ee9d3d7d3b51dcf11 /templates/show_add_catalog.inc.php | |
parent | d17138068ae8dd7b87cdff11bdd0735028c2409d (diff) | |
download | ampache-fb36d75acedcb959aaae7cd51dc93ed67109ed06.tar.gz ampache-fb36d75acedcb959aaae7cd51dc93ed67109ed06.tar.bz2 ampache-fb36d75acedcb959aaae7cd51dc93ed67109ed06.zip |
remove the genre references from the catalog creation screens
Diffstat (limited to 'templates/show_add_catalog.inc.php')
-rw-r--r-- | templates/show_add_catalog.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/show_add_catalog.inc.php b/templates/show_add_catalog.inc.php index 64baf8a2..7b69a38f 100644 --- a/templates/show_add_catalog.inc.php +++ b/templates/show_add_catalog.inc.php @@ -36,7 +36,6 @@ $default_sort = "%a/%A"; %A = <?php echo _('album name'); ?><br /> %a = <?php echo _('artist name'); ?><br /> %c = <?php echo _('id3 comment'); ?><br /> - %g = <?php echo _('genre'); ?><br /> %T = <?php echo _('track number (padded with leading 0)'); ?><br /> %t = <?php echo _('song title'); ?><br /> %y = <?php echo _('year'); ?><br /> |