FEM: Update UI strings for consistency

This commit is contained in:
Max Wilfinger
2025-06-29 15:25:02 +02:00
committed by Chris Hennes
parent 53c367f4b5
commit 483dbbae33
103 changed files with 545 additions and 558 deletions

View File

@@ -53,7 +53,7 @@ TaskPostExtraction::TaskPostExtraction(ViewProviderFemPostObject* view, QWidget*
// we load the python implementation, and try to get the widget from it, to add
// directly our widget
setWindowTitle(tr("Data and extractions"));
setWindowTitle(tr("Data and Extractions"));
Base::PyGILStateLocker lock;