Skip to content

Commit

Permalink
Fix sentence in tile id action/condition (#6836)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreSi authored Jul 31, 2024
1 parent 242fc49 commit 9171b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extensions/TileMap/JsExtension.js
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ const defineSimpleTileMap = function (extension, _, gd) {
'TileIdAtGrid',
_('Tile (on the grid)'),
_('the id of the tile at the grid coordinates'),
_('the tile id at grid coordinates _PARAM2_ ; _PARAM3_'),
_('the tile id at grid coordinates _PARAM3_ ; _PARAM4_'),
'',
'JsPlatform/Extensions/tile_map.svg'
)
Expand Down

0 comments on commit 9171b40

Please sign in to comment.