diff options
author | Matt Perry <matt@mattperry.com> | 2013-08-23 04:37:02 -0700 |
---|---|---|
committer | Matt Perry <matt@mattperry.com> | 2013-08-23 04:37:02 -0700 |
commit | a44e6f809d50d76fb4bb76b483d3022d2481eee6 (patch) | |
tree | 53fdcac7b698c93813baf8195e8f6b104b7d8bd1 /lib/plugins | |
parent | 919c95be775e8c990f35db235aa8323021548b5a (diff) | |
download | rpg-a44e6f809d50d76fb4bb76b483d3022d2481eee6.tar.gz rpg-a44e6f809d50d76fb4bb76b483d3022d2481eee6.tar.bz2 |
Fix grammar in proxy_except description
Remove trailing preposition.
Diffstat (limited to 'lib/plugins')
-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 3302b5bd1..cdef85a85 100644 --- a/lib/plugins/config/lang/en/lang.php +++ b/lib/plugins/config/lang/en/lang.php @@ -181,7 +181,7 @@ $lang['proxy____port'] = 'Proxy port'; $lang['proxy____user'] = 'Proxy user name'; $lang['proxy____pass'] = 'Proxy password'; $lang['proxy____ssl'] = 'Use SSL to connect to proxy'; -$lang['proxy____except'] = 'Regular expression to match URLs for which the proxy should be skipped for.'; +$lang['proxy____except'] = 'Regular expression to match URLs for which the proxy should be skipped.'; /* Safemode Hack */ $lang['safemodehack'] = 'Enable safemode hack'; |