From ee6f27f00954c39ff2b8c3ec973426e2ab95f821 Mon Sep 17 00:00:00 2001
From: "tcharlss@bravecassine.com" <>
Date: Sat, 11 Feb 2017 18:35:55 +0000
Subject: [PATCH] =?UTF-8?q?Cha=C3=AEne=20de=20langue?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 lang/medias_fr.php         | 2 +-
 modeles/document_desc.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/medias_fr.php b/lang/medias_fr.php
index e36f03cf..e3e29841 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 4ae495cb..308d4cf7 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>
-- 
GitLab