Commit bd58591588ec780f5d80ee276a9fc78cec1f5793
1 parent
b6029931
Exists in
master
9159: Message d'avertissement corrigé
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 selected transformation don't need to use the time. If time needed, it will be set to 01/01/1970."); | |
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."); | |
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."); | ... | ... |