Skip to content

Commit

Permalink
remove uneeded escape character
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Nov 9, 2023
1 parent 71090fe commit c79e42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osdep/gui/PanelPrio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ bool HelpPanelPrio(std::vector<std::string>& helptext)
helptext.emplace_back("scenarios. In most cases, the default settings work fine here.");
helptext.emplace_back(" ");
helptext.emplace_back("\"When Active\" - Set the priority options for when Amiberry is currently active.");
helptext.emplace_back(" \|");
helptext.emplace_back(" |");
helptext.emplace_back(" \"Mouse uncaptured\" - Set what Amiberry does when active and mouse capture is lost.");
helptext.emplace_back(" ");
helptext.emplace_back("\"When Inactive\" - Set the priority options for when Amiberry is currently inactive.");
Expand Down

0 comments on commit c79e42d

Please sign in to comment.