Fix UI strings reported on Crowdin (#23297)
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org>
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user