summaryrefslogtreecommitdiffstats
path: root/admin/catalog.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/catalog.php')
-rw-r--r--admin/catalog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/catalog.php b/admin/catalog.php
index 3d4e4b48..1beb6fef 100644
--- a/admin/catalog.php
+++ b/admin/catalog.php
@@ -243,7 +243,7 @@ switch ($_REQUEST['action']) {
// Run our initial add
$catalog->run_add($_POST);
- show_box_top();
+ show_box_top(_('Catalog Created'), 'box box_catalog_created');
echo "<h2>" . _('Catalog Created') . "</h2>";
Error::display('general');
Error::display('catalog_add');