mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/statistics] Correct language typo
Change-Id: Ib8b3257abae192cefbc7d03bef36d3413a8b7574
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user