From 270d0bd8dde9c5afc413d64240f84325aabf158f Mon Sep 17 00:00:00 2001 From: Myriam Bouchemit Date: Mon, 18 Dec 2023 16:51:29 +0100 Subject: [PATCH] modif tooltip Pos --- ihm/app/view/Steps/TransformationDefinition/VecDefGrid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihm/app/view/Steps/TransformationDefinition/VecDefGrid.js b/ihm/app/view/Steps/TransformationDefinition/VecDefGrid.js index a9d5f98..12801ea 100644 --- a/ihm/app/view/Steps/TransformationDefinition/VecDefGrid.js +++ b/ihm/app/view/Steps/TransformationDefinition/VecDefGrid.js @@ -73,7 +73,7 @@ Ext.define('treps.view.Steps.TransformationDefinition.VecDefGrid' ,{ { xtype : 'checkcolumn', header: 'Pos.', - tooltip: 'When this column is checked, the vector represents a position (km) in space.', + tooltip: 'If checked, the vector represents a position n km', dataIndex: 'is_pos', flex: 1 } -- libgit2 0.21.2