From ae8b0bd35c81613b5f50b02c8e35f36e75826bdb Mon Sep 17 00:00:00 2001 From: Random Penguin <99256903+Random-Penguin@users.noreply.github.com> Date: Thu, 9 Apr 2026 19:05:48 +0200 Subject: [PATCH 1/2] Update toolbox.en.i18n --- apps/toolbox.en.i18n | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/toolbox.en.i18n b/apps/toolbox.en.i18n index ed92f0ee79f..a49da99e041 100644 --- a/apps/toolbox.en.i18n +++ b/apps/toolbox.en.i18n @@ -40,7 +40,7 @@ UnitCurrentAmpere = "Ampere" UnitCurrentAmpereMilli = "Milliampere" UnitCurrentAmpereMicro = "Microampere" UnitTemperatureMenu = "Temperature" -UnitAmountMenu = "Amount of substance" +UnitAmountMenu = "Quantity of matter" UnitAmountMole = "Mole" UnitAmountMoleMilli = "Millimole" UnitAmountMoleMicro = "Micromole" @@ -86,7 +86,7 @@ UnitVolumeLiterCenti = "Centiliter" UnitVolumeLiterMilli = "Milliliter" UnitVolumeTeaspoon = "Teaspoon" UnitVolumeTablespoon = "Tablespoon" -UnitVolumeFluidOunce = "Fluid Ounce" +UnitVolumeFluidOunce = "Fluid ounce" UnitVolumeCup = "Cup" UnitVolumePint = "Pint" UnitVolumeQuart = "Quart" @@ -101,7 +101,7 @@ Calculation = "Calculation" ComplexNumber = "Complex numbers" Combinatorics = "Combinatorics" Arithmetic = "Arithmetic" -Matrices = "Matrix" +Matrices = "Matrices" NewMatrix = "New matrix" Identity = "Identity matrix of size n" Lists = "List" @@ -134,14 +134,14 @@ Vectors = "Vectors" Dot = "Dot product" Cross = "Cross product" NormVector = "Norm" -Sort = "Sort ascending " +Sort = "Sort ascending" InvSort = "Sort descending" Maximum = "Maximum" Minimum = "Minimum" Floor = "Floor" FracPart = "Fractional part" Ceiling = "Ceiling" -Rounding = "Rounding to n digits" +Rounding = "Round to n digits" HyperbolicCosine = "Hyperbolic cosine" HyperbolicSine = "Hyperbolic sine" HyperbolicTangent = "Hyperbolic tangent" @@ -462,7 +462,7 @@ MoonMassTag = "Moon" EarthMassTag = "Earth" SunMassTag = "Sun" ParticleMass = "Particles Mass" -Radiuses = "Radiuses" +Radiuses = "Radii" Length = "Length" Distances = "Distances" EarthMoonDistanceTag = "Earth - Moon" From a5ec7a6b4f80739b92217dbd9be6a6f753e9e98e Mon Sep 17 00:00:00 2001 From: Random Penguin <99256903+Random-Penguin@users.noreply.github.com> Date: Thu, 9 Apr 2026 19:09:12 +0200 Subject: [PATCH 2/2] Update shared.en.i18n --- apps/shared.en.i18n | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/shared.en.i18n b/apps/shared.en.i18n index 7996b32f53d..b76d0b2d49d 100644 --- a/apps/shared.en.i18n +++ b/apps/shared.en.i18n @@ -103,7 +103,7 @@ MassDimension = "Mass" CurrentDimension = "Electric current" TemperatureDimension = "Temperature" AmountOfSubstanceDimension = "Quantity of matter" -LuminousIntensityDimension = "Light intensity" +LuminousIntensityDimension = "Luminous intensity" FrequencyDimension = "Frequency" ForceDimension = "Strength" PressureDimension = "Pressure"