diff --git a/common/modules/styles.jsm b/common/modules/styles.jsm index 16c356c1..adfc725c 100644 --- a/common/modules/styles.jsm +++ b/common/modules/styles.jsm @@ -336,7 +336,7 @@ var Styles = Module("Styles", { ; // TODO: Move this to an ItemList to show this automatically - if (list.*.length() === list.text().length() + 2) + if (list.*.length() === list.text().length() + 5) dactyl.echomsg(_("style.none")); else commandline.commandOutput(list);