From 9171b40429759e18d13ef03296085eabe2eb2bdc Mon Sep 17 00:00:00 2001 From: AlexandreS <32449369+AlexandreSi@users.noreply.github.com> Date: Wed, 31 Jul 2024 17:44:28 +0200 Subject: [PATCH] Fix sentence in tile id action/condition (#6836) --- Extensions/TileMap/JsExtension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extensions/TileMap/JsExtension.js b/Extensions/TileMap/JsExtension.js index 5bc0094483c8..265030b013ab 100644 --- a/Extensions/TileMap/JsExtension.js +++ b/Extensions/TileMap/JsExtension.js @@ -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' )