diff options
author | Brenda Wallace <shiny@cpan.org> | 2010-01-18 11:48:11 +1300 |
---|---|---|
committer | Brenda Wallace <shiny@cpan.org> | 2010-01-18 11:48:11 +1300 |
commit | 02a6006bafd663443b512c5c283b64c7dacfbbb1 (patch) | |
tree | 6d2ac830a8be8330df124da3056f891a2065eedb /actions/pathsadminpanel.php | |
parent | c1f1d712bd4d775b24ce99b44f469ec7dcd2342e (diff) | |
parent | 4978810c81c8d7ba75daa795d66965d6b43331f3 (diff) |
Merge commit 'mainline/0.9.x' into 0.9.x
Diffstat (limited to 'actions/pathsadminpanel.php')
-rw-r--r-- | actions/pathsadminpanel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/pathsadminpanel.php b/actions/pathsadminpanel.php index d39c7c449..3779fcfaa 100644 --- a/actions/pathsadminpanel.php +++ b/actions/pathsadminpanel.php @@ -305,7 +305,7 @@ class PathsAdminPanelForm extends AdminForm $this->unli(); $this->li(); - $this->input('sslserver', _('SSL Server'), + $this->input('sslserver', _('SSL server'), _('Server to direct SSL requests to'), 'site'); $this->unli(); $this->out->elementEnd('ul'); |