From b04c31cc51c7dcfa3b7de112c7312af36e723c17 Mon Sep 17 00:00:00 2001 From: mfranz Date: Fri, 6 May 2005 09:16:30 +0000 Subject: [PATCH] fix wording --- src/Main/main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 9f6739d24..cc1ed5e3f 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -895,7 +895,7 @@ static void fgIdleFunction ( void ) { "Subsystem initializations failed ..." ); exit(-1); } - fgSplashProgress("setup time & renderer"); + fgSplashProgress("setting up time & renderer"); } else if ( idle_state == 8 ) { -- 2.39.5