diff --git a/lang/medias_fr.php b/lang/medias_fr.php
index e36f03cf57e4f9a63515f2a31cba03c349e3bdd3..e3e29841d479039f33196df136b8073cc27c2239 100644
--- a/lang/medias_fr.php
+++ b/lang/medias_fr.php
@@ -129,7 +129,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
 	'info_utilisation' => 'Utilisation(s)',
 	'info_dimensions_image' => 'Dimensions',
 	'info_resolution_image' => 'Résolution',
-	'info_resolution_mpx' => 'Mpx',
+	'info_resolution_mpx' => '@resolution@ Mpx',
 	'infos' => 'Infos techniques',
 	'item_autoriser_selectionner_date_en_ligne' => 'Permettre de modifier la date de chaque document',
 	'item_non_autoriser_selectionner_date_en_ligne' => 'La date des documents est celle de leur ajout sur le site',
diff --git a/modeles/document_desc.html b/modeles/document_desc.html
index 4ae495cbc888dd5ed1d4b6ef5e5c5203eec08816..308d4cf739096ea3dcd6d9fe39add05b829dd5f3 100644
--- a/modeles/document_desc.html
+++ b/modeles/document_desc.html
@@ -47,7 +47,7 @@ Distribue sous licence GPL
 						</tr>
 						<tr>
 							<th><:medias:info_resolution_image:></th>
-							<td>[(#LARGEUR|mult{#HAUTEUR}|div{1000000}|round{1})&nbsp;<:medias:info_resolution_mpx:>]</td>
+							<td>[(#VAL{medias:info_resolution_mpx}|_T{#ARRAY{resolution,#LARGEUR|mult{#HAUTEUR}|div{1000000}|round{1}}})]</td>
 						</tr>
 						]
 						<tr>