1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 08:17:59 +01:00

error messages should be capitalized

This commit is contained in:
Doug Kearns
2008-07-30 05:30:30 +00:00
parent bc35f9368c
commit 366f9d79f4
3 changed files with 4 additions and 4 deletions

View File

@@ -751,7 +751,7 @@ liberator.Editor = function () //{{{
var args = liberator.commands.parseArgs(editor, [], "*", true).arguments;
if (args.length < 1)
{
liberator.echoerr("no editor specified");
liberator.echoerr("No editor specified");
return false;
}