1
0
Fork 0

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:
Florent Rougon 2018-10-12 13:21:09 +02:00
parent f819750287
commit 4c6a0467a6

View file

@ -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,