FEM: Fix grammar

This commit is contained in:
luz.paz
2019-01-28 11:14:05 -05:00
committed by Yorik van Havre
parent 8a4af3b28c
commit 13622cd0b8
14 changed files with 14 additions and 14 deletions

View File

@@ -90,7 +90,7 @@ class _ViewProviderFemSolverCalculix:
FreeCAD.Console.PrintError('No active Analysis found!\n')
else:
from PySide.QtGui import QMessageBox
message = 'Active Task Dialog found! Please close this one before open a new one!'
message = 'Active Task Dialog found! Please close this one before opening a new one!'
QMessageBox.critical(None, "Error in tree view", message)
FreeCAD.Console.PrintError(message + '\n')
return True