diff --git a/apps/math_toolbox.cpp b/apps/math_toolbox.cpp index 2c4058076..54a0f1e3e 100644 --- a/apps/math_toolbox.cpp +++ b/apps/math_toolbox.cpp @@ -172,9 +172,6 @@ const ToolboxMessageTree unitForceNewtonChildren[] = { ToolboxMessageTree::Leaf(I18n::Message::UnitForceNewtonNanoSymbol, I18n::Message::UnitForceNewtonNano), ToolboxMessageTree::Leaf(I18n::Message::UnitForceNewtonPicoSymbol, I18n::Message::UnitForceNewtonPico)}; -const ToolboxMessageTree unitForceChildren[] = { - ToolboxMessageTree::Node(I18n::Message::UnitForceNewtonMenu, unitForceNewtonChildren)}; - const ToolboxMessageTree unitPressurePascalChildren[] = { ToolboxMessageTree::Leaf(I18n::Message::UnitPressurePascalTeraSymbol, I18n::Message::UnitPressurePascalTera), ToolboxMessageTree::Leaf(I18n::Message::UnitPressurePascalGigaSymbol, I18n::Message::UnitPressurePascalGiga), @@ -331,7 +328,7 @@ const ToolboxMessageTree unitChildren[] = { ToolboxMessageTree::Node(I18n::Message::UnitAmountMenu, unitAmountMoleChildren), ToolboxMessageTree::Node(I18n::Message::UnitLuminousIntensityMenu, unitLuminousIntensityChildren), ToolboxMessageTree::Node(I18n::Message::UnitFrequencyMenu, unitFrequencyHertzChildren), - ToolboxMessageTree::Node(I18n::Message::UnitForceMenu, unitForceChildren), + ToolboxMessageTree::Node(I18n::Message::UnitForceMenu, unitForceNewtonChildren), ToolboxMessageTree::Node(I18n::Message::UnitPressureMenu, unitPressureChildren), ToolboxMessageTree::Node(I18n::Message::UnitEnergyMenu, unitEnergyChildren), ToolboxMessageTree::Node(I18n::Message::UnitPowerMenu, unitPowerChildren), diff --git a/apps/toolbox.de.i18n b/apps/toolbox.de.i18n index 4ce53d2ab..7422f6625 100644 --- a/apps/toolbox.de.i18n +++ b/apps/toolbox.de.i18n @@ -61,7 +61,6 @@ UnitFrequencyHertzMega = "Megahertz" UnitFrequencyHertzKilo = "Kilohertz" UnitFrequencyHertz = "Hertz" UnitForceMenu = "Force" -UnitForceNewtonMenu = "Newton" UnitForceNewtonTera = "Teranewton" UnitForceNewtonGiga = "Giganewton" UnitForceNewtonMega = "Meganewton" diff --git a/apps/toolbox.en.i18n b/apps/toolbox.en.i18n index 51b0dc40b..20d3b9c1f 100644 --- a/apps/toolbox.en.i18n +++ b/apps/toolbox.en.i18n @@ -61,7 +61,6 @@ UnitFrequencyHertzMega = "Megahertz" UnitFrequencyHertzKilo = "Kilohertz" UnitFrequencyHertz = "Hertz" UnitForceMenu = "Force" -UnitForceNewtonMenu = "Newton" UnitForceNewtonTera = "Teranewton" UnitForceNewtonGiga = "Giganewton" UnitForceNewtonMega = "Meganewton" diff --git a/apps/toolbox.es.i18n b/apps/toolbox.es.i18n index 5c4d292ac..9caa74c02 100644 --- a/apps/toolbox.es.i18n +++ b/apps/toolbox.es.i18n @@ -61,7 +61,6 @@ UnitFrequencyHertzMega = "Megahertz" UnitFrequencyHertzKilo = "Kilohertz" UnitFrequencyHertz = "Hertz" UnitForceMenu = "Force" -UnitForceNewtonMenu = "Newton" UnitForceNewtonTera = "Teranewton" UnitForceNewtonGiga = "Giganewton" UnitForceNewtonMega = "Meganewton" diff --git a/apps/toolbox.fr.i18n b/apps/toolbox.fr.i18n index da8a61156..a211556b2 100644 --- a/apps/toolbox.fr.i18n +++ b/apps/toolbox.fr.i18n @@ -61,7 +61,6 @@ UnitFrequencyHertzMega = "Megahertz" UnitFrequencyHertzKilo = "Kilohertz" UnitFrequencyHertz = "Hertz" UnitForceMenu = "Force" -UnitForceNewtonMenu = "Newton" UnitForceNewtonTera = "Teranewton" UnitForceNewtonGiga = "Giganewton" UnitForceNewtonMega = "Meganewton" diff --git a/apps/toolbox.pt.i18n b/apps/toolbox.pt.i18n index fdb45c74e..6bb581882 100644 --- a/apps/toolbox.pt.i18n +++ b/apps/toolbox.pt.i18n @@ -61,7 +61,6 @@ UnitFrequencyHertzMega = "Megahertz" UnitFrequencyHertzKilo = "Kilohertz" UnitFrequencyHertz = "Hertz" UnitForceMenu = "Force" -UnitForceNewtonMenu = "Newton" UnitForceNewtonTera = "Teranewton" UnitForceNewtonGiga = "Giganewton" UnitForceNewtonMega = "Meganewton"