From 7b478dbb35c6bb8d12c91ac282753db8339f9a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a?= Date: Thu, 19 Jul 2012 19:40:56 +0200 Subject: [PATCH] Contracts box name wasn't being translated --- htdocs/core/boxes/box_contracts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/boxes/box_contracts.php b/htdocs/core/boxes/box_contracts.php index 259a31ea998..d0267bfb0f4 100644 --- a/htdocs/core/boxes/box_contracts.php +++ b/htdocs/core/boxes/box_contracts.php @@ -48,7 +48,7 @@ class box_contracts extends ModeleBoxes { global $langs; - $langs->load("contracts"); + $langs->load("boxes"); $this->boxlabel=$langs->transnoentitiesnoconv("BoxLastContracts"); }