1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 06:07:59 +01:00

Fix "print.sent" message usage typo.

This commit is contained in:
Doug Kearns
2011-03-08 03:03:21 +11:00
parent 2909881bb1
commit 1f0a95e40d

View File

@@ -1255,7 +1255,7 @@ var Buffer = Module("buffer", {
if (arg) if (arg)
dactyl.echomsg(_("print.printed", arg.substr(1))); dactyl.echomsg(_("print.printed", arg.substr(1)));
else else
dactyl.echomsg(messgaes.print.sent()); dactyl.echomsg(_("print.sent"));
}, },
{ {
argCount: "?", argCount: "?",