Skip to content

Commit

Permalink
Fix sentence for taking ownership (#6666)
Browse files Browse the repository at this point in the history
Do not show in changelog
  • Loading branch information
ClementPasteau committed Jun 17, 2024
1 parent 324698e commit 5cba433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Extensions/Multiplayer/JsExtension.js
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ module.exports = {
'PlayerVariableOwnership',
_('Player variable ownership'),
_('the player owning the variable'),
_('the player owning the variable'),
_('the player owning the variable _PARAM1_'),
'',
'JsPlatform/Extensions/multiplayer.svg'
)
Expand Down Expand Up @@ -722,7 +722,7 @@ module.exports = {
'PlayerObjectOwnership',
_('Player object ownership'),
_('the player owning the object'),
_('the player owning the object'),
_('the player owning the object _PARAM0_'),
'',
'JsPlatform/Extensions/multiplayer.svg'
)
Expand Down

0 comments on commit 5cba433

Please sign in to comment.