Skip to content

Commit

Permalink
Renamed the option name and added a tool tip
Browse files Browse the repository at this point in the history
  • Loading branch information
joji2468ng committed Dec 24, 2023
1 parent ff0e0c7 commit 3af3820
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ def retranslateUi(self, Form):
self.mode_comboBox.setItemText(2, gqt.fakeTranslate("Form", "FK/IK", None, -1))
self.ikfk_label.setText(gqt.fakeTranslate("Form", "IK/FK Blend:", None, -1))
self.neutralPose_checkBox.setText(gqt.fakeTranslate("Form", "Neutral pose", None, -1))
self.aiming_checkBox.setText(gqt.fakeTranslate("Form", "Parent chain is aimed when translating", None, -1))
self.aiming_checkBox.setText(gqt.fakeTranslate("Form", "Each segment aims at its child", None, -1))
self.aiming_checkBox.setToolTip(gqt.fakeTranslate("Form", "<html><head/><body><p>Each segment aims at its child, so that you can translate without skewing.</p><p>It could be used in other areas like fingers.</p></body></html>", None, -1))
self.ikRefArray_groupBox.setTitle(gqt.fakeTranslate("Form", "IK Reference Array", None, -1))
self.ikRefArrayAdd_pushButton.setText(gqt.fakeTranslate("Form", "<<", None, -1))
self.ikRefArrayRemove_pushButton.setText(gqt.fakeTranslate("Form", ">>", None, -1))
Expand Down

0 comments on commit 3af3820

Please sign in to comment.