Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Extensions/Physics3DBehavior/JsExtension.js
Original file line number Diff line number Diff line change
Expand Up @@ -2569,7 +2569,7 @@ module.exports = {
'CurrentFallSpeed',
_('Current falling speed'),
_(
'Compare the current falling speed of the object. Its value is always positive.'
'the current falling speed of the object. Its value is always positive.'
),
_('the current falling speed'),
_('Character state'),
Expand All @@ -2593,7 +2593,7 @@ module.exports = {
'CurrentJumpSpeed',
_('Current jump speed'),
_(
'Compare the current jump speed of the object. Its value is always positive.'
'the current jump speed of the object. Its value is always positive.'
),
_('the current jump speed'),
_('Character state'),
Expand Down