From 2ff0cebbf7c467483d9e4969bd2f66398d321898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Tue, 5 May 2015 11:24:04 +0200 Subject: [PATCH] Added missing translation of categories' "Translation" tab Fix #2769 --- htdocs/core/lib/categories.lib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/lib/categories.lib.php b/htdocs/core/lib/categories.lib.php index 4d020526e44..f03a313ce2a 100644 --- a/htdocs/core/lib/categories.lib.php +++ b/htdocs/core/lib/categories.lib.php @@ -34,6 +34,7 @@ function categories_prepare_head($object,$type) global $langs, $conf, $user; $langs->load("categories"); + $langs->load("products"); $h = 0; $head = array();