Fix grammar for allowdebug description

Add a full stop between sentences for the allowdebug description.
This commit is contained in:
Matt Perry 2013-08-23 04:34:49 -07:00
parent 7a61cb659a
commit 919c95be77
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ $lang['baseurl'] = 'Server URL (eg. <code>http://www.yourserver.com</code>).
$lang['cookiedir'] = 'Cookie path. Leave blank for using baseurl.';
$lang['dmode'] = 'Directory creation mode';
$lang['fmode'] = 'File creation mode';
$lang['allowdebug'] = 'Allow debug <b>disable if not needed!</b>';
$lang['allowdebug'] = 'Allow debug. <b>Disable if not needed!</b>';
/* Display Settings */
$lang['recent'] = 'Number of entries per page in the recent changes';