Fix #1574 misleading message about error log path

This commit is contained in:
Kijin Sung 2021-01-24 10:56:21 +09:00
parent 1f054af288
commit efcf6b1dfe
3 changed files with 7 additions and 5 deletions

View file

@ -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';