1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 07:27:58 +01:00

fixed typo

This commit is contained in:
Martin Stubenschrott
2007-09-25 05:46:54 +00:00
parent 89fa440ba2
commit d037a403b0
2 changed files with 6 additions and 10 deletions

View File

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