Fix string-id for message translation.
This commit is contained in:
parent
3d4806adbe
commit
b5820a4e90
1 changed files with 2 additions and 2 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in a new issue