From 862bc4e76609428d6fbca969279d38b7c9c397dc Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Mon, 10 Sep 2018 14:02:17 +0200 Subject: [PATCH] FEM: cpp commands post, fix warning class and a typo --- src/Mod/Fem/Gui/Command.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Fem/Gui/Command.cpp b/src/Mod/Fem/Gui/Command.cpp index fec36209a2..98d5e9720e 100644 --- a/src/Mod/Fem/Gui/Command.cpp +++ b/src/Mod/Fem/Gui/Command.cpp @@ -1117,8 +1117,8 @@ void setupFilter(Gui::Command* cmd, std::string Name) { if (pipeline == nullptr) { QMessageBox::warning(Gui::getMainWindow(), - qApp->translate("CmdFemPostCreateClipFilter", "Error: Wrong or no or to many vtk post processing objects."), - qApp->translate("CmdFemPostCreateClipFilter", "The filter could not set up. Select one vtk post processing pipeline object, or select nothing and make sure there is exact one vtk post processing pipline object in the document")); + qApp->translate("setupFilter", "Error: Wrong or no or to many vtk post processing objects."), + qApp->translate("setupFilter", "The filter could not set up. Select one vtk post processing pipeline object, or select nothing and make sure there is exact one vtk post processing pipline object in the document.")); return; } else {