diff options
author | Einar <einargangso@gmail.com> | 2011-01-26 14:38:13 -0400 |
---|---|---|
committer | Karl Vollmer <vollmer@ampache.org> | 2011-01-26 14:38:13 -0400 |
commit | 97c14fb822d929236df472493f6f571d55547248 (patch) | |
tree | 6a084e38ac082f3676176fb0a0e6853c95d0ea8a /templates/show_artist.inc.php | |
parent | 133ebde7a98a29e0f8327d7c942db250c90f60cc (diff) | |
download | ampache-97c14fb822d929236df472493f6f571d55547248.tar.gz ampache-97c14fb822d929236df472493f6f571d55547248.tar.bz2 ampache-97c14fb822d929236df472493f6f571d55547248.zip |
Fix missing actions label
Diffstat (limited to 'templates/show_artist.inc.php')
-rw-r--r-- | templates/show_artist.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_artist.inc.php b/templates/show_artist.inc.php index 408e6b5e..a4dfddf3 100644 --- a/templates/show_artist.inc.php +++ b/templates/show_artist.inc.php @@ -32,6 +32,7 @@ if (Config::get('ratings')) { </div> <?php } ?> <div id="information_actions"> +<h3><?php echo _('Actions'); ?>:</h3> <ul> <li> <?php if ($object_type == 'album') { ?> |