From 24c89ddc121050774faf8cb8af425eebfd961c84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a?= Date: Fri, 17 Aug 2012 07:05:28 +0200 Subject: [PATCH] Translated message was generating an incomplete string --- htdocs/product/admin/product_extrafields.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/product/admin/product_extrafields.php b/htdocs/product/admin/product_extrafields.php index d417b7319c5..acc396f9f63 100755 --- a/htdocs/product/admin/product_extrafields.php +++ b/htdocs/product/admin/product_extrafields.php @@ -2,6 +2,7 @@ /* Copyright (C) 2001-2002 Rodolphe Quiedeville * Copyright (C) 2003 Jean-Louis Bergamo * Copyright (C) 2004-2011 Laurent Destailleur + * Copyright (C) 2012 Marcos GarcĂ­a * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -87,7 +88,7 @@ $head = product_admin_prepare_head(); dol_fiche_head($head, 'attributes', $tab, 0, 'product'); -print $langs->trans("DefineHereComplementaryAttributes",$textobject).'
'."\n"; +print $langs->trans('DefineHereComplementaryAttributes', $tab).'
'."\n"; print '
'; dol_htmloutput_errors($mesg);