1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 06:17:58 +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

@@ -493,7 +493,7 @@ lookup:
if (!file.exists())
{
liberator.echoerr("command not found: " + program);
liberator.echoerr("Command not found: " + program);
return -1;
}