Commit d1a0379d972ce1e7c6b78396648ef49ab884191e
1 parent
f3e87097
Exists in
master
Pos label
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: 'If checked, the vector represents a position n km', | |
76 | + tooltip: 'If checked, the vector represents a position in km', | |
77 | 77 | dataIndex: 'is_pos', |
78 | 78 | flex: 1 |
79 | 79 | } | ... | ... |