diff options
author | Matt Perry <matt@mattperry.com> | 2013-08-23 04:34:49 -0700 |
---|---|---|
committer | Matt Perry <matt@mattperry.com> | 2013-08-23 04:34:49 -0700 |
commit | 919c95be775e8c990f35db235aa8323021548b5a (patch) | |
tree | 455388c085dc77c7b8ef0ba280faeae5d1ab6bc6 | |
parent | 7a61cb659a1fbceafeef058ac903f54f2e51dcf6 (diff) | |
download | rpg-919c95be775e8c990f35db235aa8323021548b5a.tar.gz rpg-919c95be775e8c990f35db235aa8323021548b5a.tar.bz2 |
Fix grammar for allowdebug description
Add a full stop between sentences for the allowdebug description.
-rw-r--r-- | lib/plugins/config/lang/en/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php index 5031e84ca..3302b5bd1 100644 --- a/lib/plugins/config/lang/en/lang.php +++ b/lib/plugins/config/lang/en/lang.php @@ -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'; |