1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 22:07:59 +01:00

remove the word "version" from the :version output string

This commit is contained in:
Doug Kearns
2007-08-09 12:15:44 +00:00
parent 2f39c5937d
commit e0c028c440
2 changed files with 3 additions and 3 deletions

View File

@@ -1109,7 +1109,7 @@ function Commands() //{{{
if (special) if (special)
vimperator.open("about:"); vimperator.open("about:");
else else
vimperator.echo("Vimperator version: " + vimperator.version); vimperator.echo("Vimperator " + vimperator.version);
}, },
{ {
usage: ["ve[rsion][!]"], usage: ["ve[rsion][!]"],