diff options
author | Andreas Gohr <andi@splitbrain.org> | 2010-10-02 19:14:14 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-10-02 19:14:14 +0200 |
commit | fd4b63511e64af020d3c57bc8d8233ea17434230 (patch) | |
tree | 089db01db65776c3f5cbfebfe0a40bf1c023ed36 | |
parent | feb563fa9c27209131711d3ef93ebf1f74aadb0d (diff) | |
download | rpg-fd4b63511e64af020d3c57bc8d8233ea17434230.tar.gz rpg-fd4b63511e64af020d3c57bc8d8233ea17434230.tar.bz2 |
typo fix
-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 66e5b00e0..a944d6bd7 100644 --- a/lib/plugins/config/lang/en/lang.php +++ b/lib/plugins/config/lang/en/lang.php @@ -161,7 +161,7 @@ $lang['proxy____host'] = 'Proxy servername'; $lang['proxy____port'] = 'Proxy port'; $lang['proxy____user'] = 'Proxy user name'; $lang['proxy____pass'] = 'Proxy password'; -$lang['proxy____ssl'] = 'Use SLL to connect to proxy'; +$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.'; /* Safemode Hack */ |