added description to lolcat toggle item

This commit is contained in:
Bjorn Pijnacker 2021-02-23 18:53:59 +01:00
parent b84ca5deaf
commit fb4ae18242
No known key found for this signature in database
GPG Key ID: 68CC60CD9AC50D72
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ public class LolcatAction extends AbstractAction {
public LolcatAction() {
super("Toggle Lolcat Mode");
this.putValue(SHORT_DESCRIPTION, "Does some wacky color stuff.");
}
@Override