diff --git a/crates/fj-window/src/run.rs b/crates/fj-window/src/run.rs index cf1dce713..17a11530a 100644 --- a/crates/fj-window/src/run.rs +++ b/crates/fj-window/src/run.rs @@ -71,11 +71,13 @@ pub fn run( match event { ModelEvent::ChangeDetected => { status.update_status( - "Change in model detected. Compiling...", + "Change in model detected. Evaluating model...", ); } ModelEvent::Evaluation(evaluation) => { - status.update_status("Model compiled. Processing..."); + status.update_status( + "Model evaluated. Processing model...", + ); match shape_processor.process(&evaluation.shape) { Ok(shape) => {