mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 11:18:00 +01:00
Fix "print.sent" message usage typo.
This commit is contained in:
@@ -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: "?",
|
||||||
|
|||||||
Reference in New Issue
Block a user