mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
Fixed a very minor line break issue.
This commit is contained in:
parent
48db23691d
commit
8ec17dbaee
|
@ -52,7 +52,8 @@ GuiScreensaverOptions::GuiScreensaverOptions(Window* window, const std::string&
|
||||||
// If before it wasn't risky but now there's a risk of problems, show warning.
|
// If before it wasn't risky but now there's a risk of problems, show warning.
|
||||||
mWindow->pushGui(new GuiMsgBox(
|
mWindow->pushGui(new GuiMsgBox(
|
||||||
mWindow, getHelpStyle(),
|
mWindow, getHelpStyle(),
|
||||||
"THE 'VIDEO' SCREENSAVER SHOWS\nVIDEOS FROM YOUR GAMELISTS\n\n"
|
"THE 'VIDEO' SCREENSAVER SHOWS\n"
|
||||||
|
"VIDEOS FROM YOUR GAMELISTS\n\n"
|
||||||
"IF YOU DO NOT HAVE ANY VIDEOS, THE\n"
|
"IF YOU DO NOT HAVE ANY VIDEOS, THE\n"
|
||||||
"SCREENSAVER WILL DEFAULT TO 'DIM'",
|
"SCREENSAVER WILL DEFAULT TO 'DIM'",
|
||||||
"OK", [] { return; }, "", nullptr, "", nullptr));
|
"OK", [] { return; }, "", nullptr, "", nullptr));
|
||||||
|
|
Loading…
Reference in a new issue