diff --git a/src/Main/fg_props.cxx b/src/Main/fg_props.cxx index c883abe89..3876de597 100644 --- a/src/Main/fg_props.cxx +++ b/src/Main/fg_props.cxx @@ -284,7 +284,7 @@ setFreeze (bool freeze) if ( freeze ) { // BusyCursor( 0 ); current_atcdisplay->CancelRepeatingMessage(); - current_atcdisplay->RegisterRepeatingMessage("**** SIM IS PAUSED **** SIM IS PAUSED ****"); + current_atcdisplay->RegisterRepeatingMessage("**** SIM IS FROZEN **** SIM IS FROZEN ****"); } else { // BusyCursor( 1 ); current_atcdisplay->CancelRepeatingMessage();