Skip to content

Commit

Permalink
Corrected the line breaks on the "Help -> About" dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelknigge committed Feb 26, 2019
1 parent 3523a8f commit 0e130fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PCLParaphernalia/MainForm.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -596,9 +596,9 @@ private void helpAbout_Click(object sender, RoutedEventArgs e)

MessageBox.Show("PCL Paraphernalia\r\n\r\n" +
crntVersion + "\r\n\r\n" +
"To report errors, please open an issue on\r\n\r\n" +
"To report errors, please open an issue on\r\n" +
"https://github.com/michaelknigge/pclparaphernalia/issues\r\n\r\n" +
"Source code is available at GitHub, see" +
"Source code is available on GitHub, see\r\n" +
"https://github.com/michaelknigge/pclparaphernalia",
"Help About",
MessageBoxButton.OK,
Expand Down

0 comments on commit 0e130fb

Please sign in to comment.