mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 02:07:58 +01:00
Fix "print.sent" message usage typo.
This commit is contained in:
@@ -1255,7 +1255,7 @@ var Buffer = Module("buffer", {
|
||||
if (arg)
|
||||
dactyl.echomsg(_("print.printed", arg.substr(1)));
|
||||
else
|
||||
dactyl.echomsg(messgaes.print.sent());
|
||||
dactyl.echomsg(_("print.sent"));
|
||||
},
|
||||
{
|
||||
argCount: "?",
|
||||
|
||||
Reference in New Issue
Block a user