Skip to content

Commit

Permalink
Fix capitalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Baggykiin committed Sep 13, 2016
1 parent 7e5fb2c commit fe09fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pass-winmenu/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ private void CreateNotifyIcon()
menu.Items.Add(new ToolStripSeparator());
menu.Items.Add("Decrypt Password");
menu.Items.Add("Update Password Store");
menu.Items.Add("Add new password");
menu.Items.Add("Add new Password");
menu.Items.Add(new ToolStripSeparator());
menu.Items.Add("Start with Windows");
menu.Items.Add("About");
Expand Down

0 comments on commit fe09fab

Please sign in to comment.