mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #1574 misleading message about error log path
This commit is contained in:
parent
1f054af288
commit
efcf6b1dfe
3 changed files with 7 additions and 5 deletions
|
|
@ -236,8 +236,9 @@ $lang->debug_write_error_log_all = 'All errors and warnings';
|
|||
$lang->debug_write_error_log_fatal = 'Fatal errors only';
|
||||
$lang->debug_write_error_log_none = 'None';
|
||||
$lang->about_debug_log_filename = 'YYYYMMDD in the filename will be replaced with the current date.<br>It is recommended to split the log file by date to prevent it from getting too large.';
|
||||
$lang->about_debug_write_error_log = 'Select how much information will be recorded in the PHP error log.<br>Error logs are recorded even if debugging is disabled in Rhymix.';
|
||||
$lang->about_debug_error_log_path = 'The PHP error log is currently located at: %s';
|
||||
$lang->about_debug_write_error_log = 'Select how much information will be recorded in the PHP error log.<br>Error logs may be recorded even if debugging is disabled in Rhymix.';
|
||||
$lang->about_debug_error_log_path = 'The error log location that is currently configured in php.ini is %s';
|
||||
$lang->about_debug_error_log_path_empty = '(none)';
|
||||
$lang->about_debug_query_comment = 'Add a comment containing the query name and IP address to every SQL statement. This may help you determine where slow queries are coming from.';
|
||||
$lang->msg_debug_log_filename_not_writable = 'Rhymix cannot write log files in the specified path.';
|
||||
$lang->debug_allowed_ip = 'Allowed IP addresses';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue