Merge pull request #41602 from Andy0903/option-button-signal-word-order-fix

OptionButton.xml word order fix
This commit is contained in:
Rémi Verschelde 2020-08-31 13:27:09 +02:00 committed by GitHub
commit bb724ffd02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,7 +217,7 @@
<argument index="0" name="index" type="int">
</argument>
<description>
Emitted the when user navigates to an item using the [code]ui_up[/code] or [code]ui_down[/code] actions. The index of the item selected is passed as argument.
Emitted when the user navigates to an item using the [code]ui_up[/code] or [code]ui_down[/code] actions. The index of the item selected is passed as argument.
</description>
</signal>
<signal name="item_selected">