Remove splash/ lookup prefix for the unstable-warning (nightly builds)
This was forgotten in commit 6d6e1809f0
,
thanks to Mihajlo Tomić for the report.
This commit is contained in:
parent
f819750287
commit
4c6a0467a6
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ void SplashScreen::createNodes()
|
|||
fgGetNode("/sim/startup/splash-progress-spinner", true));
|
||||
|
||||
if (!strcmp(FG_BUILD_TYPE, "Nightly")) {
|
||||
std::string unstableWarningText = globals->get_locale()->getLocalizedString("splash/unstable-warning", "sys", "unstable!");
|
||||
std::string unstableWarningText = globals->get_locale()->getLocalizedString("unstable-warning", "sys", "unstable!");
|
||||
addText(geode, osg::Vec2(0.5, 0.5), 0.03,
|
||||
unstableWarningText,
|
||||
osgText::Text::CENTER_CENTER,
|
||||
|
|
Loading…
Reference in a new issue