From 3ee51d5766d5d683c950e80e54e4d78a3a62afb8 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Sat, 20 Jan 2018 00:23:35 -0500 Subject: [PATCH] FEM: crowdin fix ref: https://crowdin.com/translate/freecad/559/en-eu#6503606 [skip ci] --- src/Mod/Fem/femcommands/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/femcommands/commands.py b/src/Mod/Fem/femcommands/commands.py index 2181f7bfa0..f26f19a7a5 100644 --- a/src/Mod/Fem/femcommands/commands.py +++ b/src/Mod/Fem/femcommands/commands.py @@ -76,7 +76,7 @@ class _CommandFemConstraintElectrostaticPotential(CommandManager): 'Pixmap': 'fem-constraint-electrostatic-potential', 'MenuText': QtCore.QT_TRANSLATE_NOOP( "FEM_ConstraintElectrostaticPotential", - "Constraint Potenial"), + "Constraint Potential"), 'ToolTip': QtCore.QT_TRANSLATE_NOOP( "FEM_ConstraintElectrostaticPotential", "Creates a FEM constraint electrostatic potential")}