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:
@@ -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