Commit 270d0bd8dde9c5afc413d64240f84325aabf158f

Authored by Myriam Bouchemit
1 parent a2deee84
Exists in master

modif tooltip Pos

ihm/app/view/Steps/TransformationDefinition/VecDefGrid.js
... ... @@ -73,7 +73,7 @@ Ext.define('treps.view.Steps.TransformationDefinition.VecDefGrid' ,{
73 73 {
74 74 xtype : 'checkcolumn',
75 75 header: 'Pos.',
76   - tooltip: 'When this column is checked, the vector represents a position (km) in space.',
  76 + tooltip: 'If checked, the vector represents a position n km',
77 77 dataIndex: 'is_pos',
78 78 flex: 1
79 79 }
... ...