1
0
Fork 0

Fix string-id for message translation.

This commit is contained in:
James Turner 2012-09-26 13:38:26 +01:00
parent 3d4806adbe
commit b5820a4e90

View 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 ) {