Skip to content

Commit

Permalink
[bugfix] fix window name of "Language choice" dialog
Browse files Browse the repository at this point in the history
Partial fix #6517
  • Loading branch information
grimreaper committed Sep 23, 2021
1 parent d07f9d2 commit 0754d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/src/java/plugin/lsttokens/choose/LangToken.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public String getTokenName()
@Override
protected String getDefaultTitle()
{
return "Langauge choice";
return "Language choice";
}

@Override
Expand Down

0 comments on commit 0754d05

Please sign in to comment.