Skip to content

Commit

Permalink
Fixing a small typo in a popup dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
randyrants committed Oct 12, 2021
1 parent 582f5c5 commit 9f3de05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SharpKeys/Dialog_Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ private void LoadRegistrySettings()

if (nWarning == 0)
{
MessageBox.Show("Welcome to SharpKeys!\n\nThis application will add one key to your registry that allows you\nto change how certain keys on your keyboard will work.\n\nYou must be running Windows 2000 through Windows 10 for this to be supported and you'll be using SharpKeys at your own risk!\n\nEnjoy!\nRandyRants.com", "SharpKeys");
MessageBox.Show("Welcome to SharpKeys!\n\nThis application will add one key to your registry that allows you\nto change how certain keys on your keyboard will work.\n\nYou must be running Windows 2000 through Windows 11 for this to be supported and you'll be using SharpKeys at your own risk!\n\nEnjoy!\nRandyRants.com", "SharpKeys");
}

// Set the WinPos
Expand Down

0 comments on commit 9f3de05

Please sign in to comment.