Skip to content

Commit

Permalink
Merge pull request #385 from greboid/dev3
Browse files Browse the repository at this point in the history
Fix typo in channel menu.
  • Loading branch information
csmith committed Jan 20, 2015
2 parents 53fe853 + cb2a8d4 commit a9b7a5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public ChannelMenu(
*/
private void initChannelMenu() {
join = JMenuItemBuilder.create()
.setText("Join Channle...")
.setText("Join Channel...")
.setMnemonic('j')
.addActionListener(e -> joinChannel())
.build();
Expand Down

0 comments on commit a9b7a5f

Please sign in to comment.