[i18n] Fix bug in universal messages

Change-Id: I5c228ae1ba782ee66bace56b9f909455585089ec
This commit is contained in:
Émilie Feral
2017-10-24 10:25:52 +02:00
committed by EmilieNumworks
parent b671a812e1
commit 2e6ee2e1f2

View File

@@ -21,11 +21,11 @@ YMin = "Ymin"
YMax = "Ymax"
YAuto = "Y auto"
RightIntegralFirstLegend = "P("
RightIntegralSecondLegend = "≤X) = "
RightIntegralSecondLegend = "≤X)="
LeftIntegralFirstLegend = "P(X≤"
LeftIntegralSecondLegend = ") = "
LeftIntegralSecondLegend = ")="
FiniteIntegralLegend = "≤X≤"
DiscreteLegend = "P(X = "
DiscreteLegend = "P(X="
RegressionFormula = " D: y=ax+b "
FccId = "FCC ID"
AbsCommand = "abs()"