diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-08-08 03:44:06 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-08-08 03:44:06 +0000 |
commit | dda0815b08128ef66da98ab007ed1b57ac33fe50 (patch) | |
tree | 142f25901f916a26a461fe0c2cd3fe63451a299a /templates/show_edit_catalog.inc.php | |
parent | 66b7d6f37a2d1dd02968bd06a53e9dfe8cc87871 (diff) | |
download | ampache-dda0815b08128ef66da98ab007ed1b57ac33fe50.tar.gz ampache-dda0815b08128ef66da98ab007ed1b57ac33fe50.tar.bz2 ampache-dda0815b08128ef66da98ab007ed1b57ac33fe50.zip |
more fixes for the translation (Thx momo-i) and updated ja_JP
Diffstat (limited to 'templates/show_edit_catalog.inc.php')
-rw-r--r-- | templates/show_edit_catalog.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_edit_catalog.inc.php b/templates/show_edit_catalog.inc.php index baf9db79..d62d7afb 100644 --- a/templates/show_edit_catalog.inc.php +++ b/templates/show_edit_catalog.inc.php @@ -19,7 +19,7 @@ */ ?> -<?php show_box_top(_('Settings for') . ' ' . $catalog->name . ' (' . $catalog->path . ')'); ?> +<?php show_box_top(sprintf(_('Settings for %s') , $catalog->name . ' (' . $catalog->path . ')')); ?> <form method="post" action="<?php echo Config::get('web_path'); ?>/admin/catalog.php" enctype="multipart/form-data"> <table cellspacing="0" cellpadding="0"> <tr> |