Skip to content

Commit

Permalink
RMG-Input: fix typo in ControllerWidget.ui (#306)
Browse files Browse the repository at this point in the history
Fix a typo, instead of being `left:` it should be `Left:` to match with the other instances of the same.
  • Loading branch information
cursedUs64-git authored Nov 30, 2024
1 parent b6b1e91 commit d406a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RMG-Input/UserInterface/Widget/ControllerWidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
</sizepolicy>
</property>
<property name="text">
<string>left:</string>
<string>Left:</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit d406a42

Please sign in to comment.