1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 15:14:12 +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)
{
vimperator.echoerr("No marks set");
vimperator.echoerr("No QuickMarks set");
return;
}