diff --git a/htdocs/compta/deplacement/fiche.php b/htdocs/compta/deplacement/fiche.php index 59f1a85803f..d0967fd4417 100644 --- a/htdocs/compta/deplacement/fiche.php +++ b/htdocs/compta/deplacement/fiche.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004 Laurent Destailleur +/* Copyright (C) 2003 Rodolphe Quiedeville + * Copyright (C) 2004-2005 Laurent Destailleur * * 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 @@ -21,8 +21,7 @@ * */ -/*! - \file htdocs/compta/deplacement/fiche.php +/** \file htdocs/compta/deplacement/fiche.php \brief Page fiche d'un déplacement */ @@ -214,7 +213,7 @@ print '
'; if ($_GET["action"] != 'create') { print ''.$langs->trans('Edit').''; - print ''.$langs->trans('Delete').''; + print ''.$langs->trans('Delete').''; } print '
';