summaryrefslogtreecommitdiff
path: root/common/modules/styles.jsm
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2011-03-06 03:15:01 +1100
committerDoug Kearns <dougkearns@gmail.com>2011-03-06 03:15:01 +1100
commitcae269fd32016e0b615ca2d9406c731af16b4c9b (patch)
tree05ff3e2a1b51320e7c8c39e8cd22da553854c59a /common/modules/styles.jsm
parent87a756718d5e906380f2a6b36593573a03de76b6 (diff)
downloadpentadactyl-cae269fd32016e0b615ca2d9406c731af16b4c9b.tar.gz
Move some more message strings to the properties file.
Diffstat (limited to 'common/modules/styles.jsm')
-rw-r--r--common/modules/styles.jsm2
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);
},