Skip to content

Commit

Permalink
Contracts box name wasn't being translated
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgdf committed Jul 19, 2012
1 parent d5c95b7 commit 50129ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/boxes/box_contracts.php
Expand Up @@ -48,7 +48,7 @@ function box_contracts()
{
global $langs;

$langs->load("contracts");
$langs->load("boxes");

$this->boxlabel=$langs->transnoentitiesnoconv("BoxLastContracts");
}
Expand Down

0 comments on commit 50129ec

Please sign in to comment.