Commit 270d0bd8dde9c5afc413d64240f84325aabf158f
1 parent
a2deee84
Exists in
master
modif tooltip Pos
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 | } | ... | ... |