
cherokee at cherokee-project
Oct 22, 2009, 6:38 AM
Post #1 of 1
(82 views)
Permalink
|
|
[3742] cherokee/branches/newerrors/cherokee/error_list.py: Some corrections to the error list
|
|
Revision: 3742 http://svn.cherokee-project.com/changeset/3742 Author: taher Date: 2009-10-22 15:38:47 +0200 (Thu, 22 Oct 2009) Log Message: ----------- Some corrections to the error list Modified Paths: -------------- cherokee/branches/newerrors/cherokee/error_list.py Modified: cherokee/branches/newerrors/cherokee/error_list.py =================================================================== --- cherokee/branches/newerrors/cherokee/error_list.py 2009-10-22 12:26:28 UTC (rev 3741) +++ cherokee/branches/newerrors/cherokee/error_list.py 2009-10-22 13:38:47 UTC (rev 3742) @@ -487,7 +487,7 @@ admin = "/source/%d") e('SRC_INTER_NO_INTERPRETER', - title = "Could find interpreter '%s'", + title = "Couldn't find interpreter '%s'", desc = "The server configuration refers to an interpreter that is not installed in this system.", admin = "/source/%d") @@ -529,7 +529,7 @@ # cherokee/spawner.c # e('SPAWNER_SHM_INIT', - title = "Could initialize SHM '%s': ${errno}", + title = "Couldn't initialize SHM '%s': ${errno}", desc = SYSTEM_ISSUE) e('SPAWNER_UNLOCK_SEMAPHORE', @@ -760,7 +760,7 @@ desc = CODING_BUG) e('BUFFER_OPEN_FILE', - title = "Could open the file: %s, ${errno}", + title = "Couldn't open the file: %s, ${errno}", desc = "Please check that the file exists and the server has read access.") e('BUFFER_READ_FILE',
|