Fix grammar in proxy_except description

Remove trailing preposition.
This commit is contained in:
Matt Perry 2013-08-23 04:37:02 -07:00
parent 919c95be77
commit a44e6f809d
1 changed files with 1 additions and 1 deletions

View File

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