From a69ffe024d0a88869bdcbecb337b1e6663e81a07 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 7 Oct 2008 12:24:34 +0000 Subject: [PATCH] Added ability to assign a category of product to a customer --- htdocs/categories/viewcat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php index 2d0a46b7ccd..213ff8faf86 100644 --- a/htdocs/categories/viewcat.php +++ b/htdocs/categories/viewcat.php @@ -136,7 +136,7 @@ if ($type == 0 && $conf->global->CATEGORY_ASSIGNED_TO_A_CUSTOMER) else { print ''; - print $langs->trans("InternalCategory").''; + print $langs->trans("InernalCategory").''; print ($c->visible ? $langs->trans("Visible") : $langs->trans("Invisible")); print ''; }