From 1f9e0d3e0004bf0c780d9d0b4eeeddb48fc4ba0e 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 c24782a9396..711d53424e1 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(null, $tab); 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);