Skip to content

Commit

Permalink
Update PanelAbout.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan authored Dec 5, 2023
1 parent 035c648 commit 6f853d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/osdep/gui/PanelAbout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ bool HelpPanelAbout(std::vector<std::string>& helptext)
helptext.emplace_back("\"Quit\": This quits Amiberry, as you'd expect.");
helptext.emplace_back(" ");
helptext.emplace_back("\"Restart\": This button will stop emulation (if running), reload Amiberry and reset");
helptext.emplace_back(" the configuration. This has a similar effect as if you Quit and start Amiberry again.");
helptext.emplace_back(" the currently loaded configuration. This has a similar effect as if you Quit and start");
helptext.emplace_back(" Amiberry again.");
helptext.emplace_back(" It can be useful if you want to change a setting that cannot be changed on-the-fly,");
helptext.emplace_back(" and you don't want to quit and start the Amiberry again to do that.");
helptext.emplace_back(" ");
Expand Down

0 comments on commit 6f853d7

Please sign in to comment.