From ea96360388cc8a5b80ef09ab9a04a200dbb8f9f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Tue, 10 Jan 2017 12:18:27 +0100 Subject: [PATCH] [apps/statistics] Correct language typo Change-Id: Ib8b3257abae192cefbc7d03bef36d3413a8b7574 --- apps/statistics/histogram_parameter_controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/statistics/histogram_parameter_controller.cpp b/apps/statistics/histogram_parameter_controller.cpp index 1ba28639b..6e41c2386 100644 --- a/apps/statistics/histogram_parameter_controller.cpp +++ b/apps/statistics/histogram_parameter_controller.cpp @@ -28,7 +28,7 @@ void HistogramParameterController::setParameterAtIndex(int parameterIndex, float assert(parameterIndex >= 0 && parameterIndex < 2); if (parameterIndex == 0) { if (f <= 0.0f || isnan(f) || isinf(f)) { - app()->displayWarning("Value interdite"); + app()->displayWarning("Valeur interdite"); return; } m_store->setBarWidth(f);