diff --git a/htdocs/product/stock/fiche.php b/htdocs/product/stock/fiche.php
index fb5ca9ec9a2..370022dd47b 100644
--- a/htdocs/product/stock/fiche.php
+++ b/htdocs/product/stock/fiche.php
@@ -278,7 +278,7 @@ else
print '
';
print "";
- print_liste_field_titre($langs->trans("Reference"),"", "p.ref","&id=".$_GET['id'],"","",$sortfield);
+ print_liste_field_titre($langs->trans("Product"),"", "p.ref","&id=".$_GET['id'],"","",$sortfield);
print_liste_field_titre($langs->trans("Label"),"", "p.label","&id=".$_GET['id'],"","",$sortfield);
print_liste_field_titre($langs->trans("Units"),"", "ps.reel","&id=".$_GET['id'],"",'align="right"',$sortfield);
diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php
index 8b663142d77..f308d69633b 100644
--- a/htdocs/product/stock/product.php
+++ b/htdocs/product/stock/product.php
@@ -1,6 +1,6 @@
- * Copyright (C) 2004-2005 Laurent Destailleur
+ * Copyright (C) 2004-2006 Laurent Destailleur
* Copyright (C) 2004 Eric Seigne
* Copyright (C) 2005 Simon TOSSER
* Copyright (C) 2005 Regis Houssin
@@ -26,7 +26,7 @@
/**
\file htdocs/product/stock/product.php
\ingroup product
- \brief Page de la fiche produit
+ \brief Page de la fiche stock d'un produit
\version $Revision$
*/
@@ -298,7 +298,7 @@ if ($_GET["id"] || $_GET["ref"])
*/
if ($_GET["action"] == "transfert")
{
- print_titre ("Transfert de stock");
+ print_titre($langs->trans("Transfer"));
print "