Fix UI strings reported on Crowdin (#23297)

Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org>
This commit is contained in:
Max Wilfinger
2025-08-25 08:10:53 +02:00
committed by GitHub
parent 248071b201
commit 3129bc9a1e
34 changed files with 118 additions and 118 deletions

View File

@@ -2217,7 +2217,7 @@ void CmdFemPostLinearizedStressesFilter::activated(int)
Gui::getMainWindow(),
qApp->translate("CmdFemPostLinearizedStressesFilter", "Wrong selection"),
qApp->translate("CmdFemPostLinearizedStressesFilter",
"Select a Clip filter which clips a STRESS field along a line."));
"Select a clip filter which clips a stress field along a line"));
}
}
else {
@@ -2225,7 +2225,7 @@ void CmdFemPostLinearizedStressesFilter::activated(int)
Gui::getMainWindow(),
qApp->translate("CmdFemPostLinearizedStressesFilter", "Wrong selection"),
qApp->translate("CmdFemPostLinearizedStressesFilter",
"Select a clip filter which clips a stress field along a line."));
"Select a clip filter which clips a stress field along a line"));
}
}