added description to lolcat toggle item
This commit is contained in:
parent
b84ca5deaf
commit
fb4ae18242
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue