Commit 48608ed5f160711a1ee6f210f4f804b0015e43bb

Authored by Laurent BEIGBEDER
1 parent 3cb57b6b
Exists in master

9159 typo

ihm/app/controller/Steps/TransformationDefinitionStep.js
... ... @@ -227,7 +227,7 @@ Ext.define('treps.controller.Steps.TransformationDefinitionStep', {
227 227 infoMsg.push("Source and destination frames are identical.");
228 228  
229 229 if ((srcFrame != dstFrame) && (timeDefController.getTimeFormat() == ""))
230   - infoMsg.push("No time field selected. You must be sure that the selected transformation dooes not need the time. Otherwise, it will be set to 01/01/1970.");
  230 + infoMsg.push("No time field selected. You must be sure that the selected transformation does not need the time. Otherwise, it will be set to 01/01/1970.");
231 231  
232 232 if (vecDefController.getVectorsStr() == "")
233 233 infoMsg.push("No vector defined. The full source data will be used during the next step.");
... ...