diff options
Diffstat (limited to 'common/modules/styles.jsm')
-rw-r--r-- | common/modules/styles.jsm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/modules/styles.jsm b/common/modules/styles.jsm index 2a716025..259d4560 100644 --- a/common/modules/styles.jsm +++ b/common/modules/styles.jsm @@ -337,7 +337,7 @@ var Styles = Module("Styles", { // TODO: Move this to an ItemList to show this automatically if (list.*.length() === list.text().length() + 2) - dactyl.echomsg("No mapping found"); + dactyl.echomsg(_("style.none")); else commandline.commandOutput(list); }, |