1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-16 09:15:45 +01:00

Move some more message strings to the properties file.

This commit is contained in:
Doug Kearns
2011-03-06 03:15:01 +11:00
parent 87a756718d
commit cae269fd32
13 changed files with 85 additions and 54 deletions

View File

@@ -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);
},