Skip to content

Commit

Permalink
Added \n
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbrianhall committed Feb 25, 2025
1 parent 9eb0733 commit f0abdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solitaire.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ void SolitaireGame::onAbout(GtkWidget * /* widget */, gpointer data) {
"Controls:\n"
"- Left-click and drag to move cards\n"
"- Rigit-click to automatically move cards to the suit piles at the "
"top\n"
"top\n\n"
"Written by Jason Hall\n"
"Licensed under the MIT License\n"
"https://github.com/jasonbrianhall/solitaire";
Expand Down

0 comments on commit f0abdd9

Please sign in to comment.