From 2ec4b6354df29b5b27e8f8cc6e46355037b47be4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Wed, 27 Sep 2017 13:48:03 +0200 Subject: [PATCH] [apps] In i18n, change sample standard deviation name in Spanish Change-Id: Ie1b3dd27bb767d4afae573284311062d27cff0df --- apps/i18n.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/i18n.cpp b/apps/i18n.cpp index 3b41cf6c3..93f323b02 100644 --- a/apps/i18n.cpp +++ b/apps/i18n.cpp @@ -217,7 +217,7 @@ const char * messages[242][5] { {"Mean", "Moyenne", "Media", "Mittelwert", "Media"}, {"Standard deviation", "Ecart type", "Desviacion tipica", "Standardabweichung", "Desvio padrao"}, {englishStandardDeviationSigma, frenchStandardDeviationSigma, spanishStandardDeviationSigma, germanStandardDeviationSigma, portugueseStandardDeviationSigma}, - {"Sample std deviation s", "Ecart type echantillon", "Desviacion tipica muestral s", "Standardabweichung s", "Desvio padrao amostral s"}, + {"Sample std deviation s", "Ecart type echantillon", "Desv. tipica muestral s", "Standardabweichung s", "Desvio padrao amostral s"}, {"Variance", "Variance", "Varianza", "Varianz", "Variancia"}, {"Interquartile range", "Ecart interquartile", "Rango intercuartilo", "Interquartilsabstand", "Interquartil"}, {"Sum of squares", "Somme des carres", "Suma cuadrados", "Quadratsumme", "Soma dos quadrados"},