summaryrefslogtreecommitdiffstats
path: root/templates/show_edit_catalog.inc.php
diff options
context:
space:
mode:
authormomo-i <momo-i@ampache>2008-08-25 00:30:35 +0000
committermomo-i <momo-i@ampache>2008-08-25 00:30:35 +0000
commitf9270baba89803586e3d4eaf0b246961b5df75ca (patch)
treec06212a071f9571786d379ffd807d45b0fc53eb5 /templates/show_edit_catalog.inc.php
parentc16f287900ca5ec869b151af00759ea852f39287 (diff)
downloadampache-f9270baba89803586e3d4eaf0b246961b5df75ca.tar.gz
ampache-f9270baba89803586e3d4eaf0b246961b5df75ca.tar.bz2
ampache-f9270baba89803586e3d4eaf0b246961b5df75ca.zip
Modified: More translatable templates.
Diffstat (limited to 'templates/show_edit_catalog.inc.php')
-rw-r--r--templates/show_edit_catalog.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_edit_catalog.inc.php b/templates/show_edit_catalog.inc.php
index d62d7afb..a8d029ba 100644
--- a/templates/show_edit_catalog.inc.php
+++ b/templates/show_edit_catalog.inc.php
@@ -44,7 +44,7 @@
<tr>
<td><?php echo _('XML-RPC Key'); ?>:</td>
<td>
- <input size="30" type="text" name="key" value="<?php echo scrub_out($catalog->key); ?>" />*<span class="error">Required for Remote Catalogs</span>
+ <input size="30" type="text" name="key" value="<?php echo scrub_out($catalog->key); ?>" />*<span class="error"><?php echo _('Required for Remote Catalogs'); ?></span>
</td>
</tr>
<tr>