summaryrefslogtreecommitdiffstats
path: root/admin/catalog.php
diff options
context:
space:
mode:
authorpb1dft <pb1dft@ampache>2006-11-18 01:35:06 +0000
committerpb1dft <pb1dft@ampache>2006-11-18 01:35:06 +0000
commit67a4624f8953e6cba588d2603fdeb6863d000f84 (patch)
treeb2c1db807e72042e9bdd5ab7c463812f9c9f11fc /admin/catalog.php
parentc522a2c1e97518d21e351821c27a9188e0cb3a1d (diff)
downloadampache-67a4624f8953e6cba588d2603fdeb6863d000f84.tar.gz
ampache-67a4624f8953e6cba588d2603fdeb6863d000f84.tar.bz2
ampache-67a4624f8953e6cba588d2603fdeb6863d000f84.zip
Rewrote the Dutch Translation Files and some otherminor typos
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 bc189220..f8f3fea1 100644
--- a/admin/catalog.php
+++ b/admin/catalog.php
@@ -116,7 +116,7 @@ switch ($_REQUEST['action']) {
$catalog = new Catalog($_REQUEST['catalog_id']);
$catalog->delete_catalog();
$next_url = conf('web_path') . '/admin/index.php';
- show_confirmation(_('Catalog Deleted'),_('The Catalog and all assoicated records has been deleted'),$nexturl);
+ show_confirmation(_('Catalog Deleted'),_('The Catalog and all associated records has been deleted'),$nexturl);
break;
case 'remove_disabled':
if (conf('demo_mode')) { break; }