Removing unnecessary strings from Crowdin + improving typos

patches for #10459 and #10426...
a few small details escaped attention need to be fixed
😉
Removing unnecessary strings from Crowdin and improving typos.
This commit is contained in:
kaktus Jacek
2023-09-05 22:16:21 +02:00
committed by Chris Hennes
parent e248e501e5
commit af3cf2e9e9
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string notr="from">Form</string>
<string notr="true">Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>

View File

@@ -41,7 +41,7 @@
<item row="0" column="0">
<widget class="QLabel" name="label_icon">
<property name="text">
<string>(Placeholder for the icon)</string>
<string notr="true">(Placeholder for the icon)</string>
</property>
</widget>
</item>

View File

@@ -210,7 +210,7 @@ class _ConstraintCentrif(CommandManager):
super(_ConstraintCentrif, self).__init__()
self.menutext = Qt.QT_TRANSLATE_NOOP(
"FEM_ConstraintCentrif",
"Centrifigual load"
"Centrifugal load"
)
self.tooltip = Qt.QT_TRANSLATE_NOOP(
"FEM_ConstraintCentrif",