mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 22:15:47 +01:00
error messages should be capitalized
This commit is contained in:
@@ -493,7 +493,7 @@ lookup:
|
||||
|
||||
if (!file.exists())
|
||||
{
|
||||
liberator.echoerr("command not found: " + program);
|
||||
liberator.echoerr("Command not found: " + program);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user