fixed a wrong unicode encoding

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@511532 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2007-02-25 15:48:48 +00:00
parent 8b48037080
commit 2a4219105e
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ public class MessagesResources_fr
// org.apache.commons.math.geometry.Rotation
{ "a {0}x{1} matrix cannot be a rotation matrix",
"une matrice {0}x{1} ne peut pas \u00e9tre une matrice de rotation" },
"une matrice {0}x{1} ne peut pas \u00eatre une matrice de rotation" },
{ "the closest orthogonal matrix has a negative determinant {0}",
"la matrice orthogonale la plus proche a un d\u00e9terminant n\u00e9gatif {0}" },
{ "unable to orthogonalize matrix in {0} iterations",