]> git.mxchange.org Git - flightgear.git/commitdiff
Fix string-id for message translation.
authorJames Turner <zakalawe@mac.com>
Wed, 26 Sep 2012 12:38:26 +0000 (13:38 +0100)
committerJames Turner <zakalawe@mac.com>
Wed, 26 Sep 2012 12:38:26 +0000 (13:38 +0100)
src/Main/main.cxx

index 689e33aa6a17069cc520d68648755f1c9b26b1c0..e643731f39f50321c5eff32bfb674a04068ae2ff 100644 (file)
@@ -126,7 +126,7 @@ static void fgIdleFunction ( void ) {
 
     } else if ( idle_state == 2 ) {
         idle_state++;
-        fgSplashProgress("loading-nav-data");
+        fgSplashProgress("loading-nav-dat");
 
     } else if ( idle_state == 3 ) {
         
@@ -135,7 +135,7 @@ static void fgIdleFunction ( void ) {
           ++idle_state;
           fgSplashProgress("init-scenery");
         } else {
-          fgSplashProgress("loading-nav-data");
+          fgSplashProgress("loading-nav-dat");
         }
       
     } else if ( idle_state == 4 ) {