Commit f1484e8a3879ef9de3d0b226aa5624f2c4e189d0
1 parent
31f4fcba
Exists in
master
9159: ajout d'un message sur le temps par défaut
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ihm/app/controller/Steps/TransformationDefinitionStep.js
... | ... | @@ -220,7 +220,7 @@ Ext.define('treps.controller.Steps.TransformationDefinitionStep', { |
220 | 220 | infoMsg.push("Source and destination frames are identical."); |
221 | 221 | |
222 | 222 | if ((args.srcframe != args.dstframe) && (args.timeformatid == "")) |
223 | - infoMsg.push("No time field selected. You must be sure that selected transformation don't need to use the time."); | |
223 | + 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."); | |
224 | 224 | |
225 | 225 | if (args.vectors == "") |
226 | 226 | infoMsg.push("No vector defined. The full source data will be used during the next step."); | ... | ... |