diff options
author | momo-i <momo-i@ampache> | 2008-08-29 07:07:13 +0000 |
---|---|---|
committer | momo-i <momo-i@ampache> | 2008-08-29 07:07:13 +0000 |
commit | 59a103e607811934c3d1213c48c58eb9a2748d77 (patch) | |
tree | 3bba6e6dca915accf48c1e0d6d9ee5f7ff74ce2a /templates/show_preference_box.inc.php | |
parent | fae2f92e98fdeecc69044933c509e17c7ad91fb6 (diff) | |
download | ampache-59a103e607811934c3d1213c48c58eb9a2748d77.tar.gz ampache-59a103e607811934c3d1213c48c58eb9a2748d77.tar.bz2 ampache-59a103e607811934c3d1213c48c58eb9a2748d77.zip |
Updated more translatable
Diffstat (limited to 'templates/show_preference_box.inc.php')
-rw-r--r-- | templates/show_preference_box.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_preference_box.inc.php b/templates/show_preference_box.inc.php index 8d4fcb15..1301df36 100644 --- a/templates/show_preference_box.inc.php +++ b/templates/show_preference_box.inc.php @@ -26,7 +26,7 @@ if ((Access::check('interface','100') OR !Config::get('use_auth')) AND $_REQUEST $is_admin = true; } ?> -<h4><?php echo $preferences['title']; ?></h4> +<h4><?php echo _($preferences['title']); ?></h4> <table class="tabledata" cellpadding="0" cellspacing="0"> <colgroup> <col id="col_preference" /> |