1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-16 23:33:33 +01:00

merge updated QuickMarks error message

This commit is contained in:
Doug Kearns
2007-09-25 19:02:31 +00:00
parent 19a40ba575
commit 8b77ce674f

View File

@@ -833,7 +833,7 @@ function QuickMarks() //{{{
if (marks.length == 0) if (marks.length == 0)
{ {
vimperator.echoerr("No marks set"); vimperator.echoerr("No QuickMarks set");
return; return;
} }