Consistent punctuation.

This commit is contained in:
Siebrand Mazeland 2010-10-20 20:29:59 +02:00
parent 59d0be4761
commit ac4afb31e8

View File

@ -246,14 +246,14 @@ class PathsAdminPanelForm extends AdminForm
$this->input('path', $this->input('path',
// TRANS: Field label in Paths admin panel. // TRANS: Field label in Paths admin panel.
_('Path'), _('Path'),
_('Site path')); _('Site path.'));
$this->unli(); $this->unli();
$this->li(); $this->li();
$this->input('locale_path', $this->input('locale_path',
// TRANS: Field label in Paths admin panel. // TRANS: Field label in Paths admin panel.
_('Locale directory'), _('Locale directory'),
_('Directory path to locales'), _('Directory path to locales.'),
'site'); 'site');
$this->unli(); $this->unli();
@ -341,7 +341,7 @@ class PathsAdminPanelForm extends AdminForm
// TRANS: Field label in Paths admin panel. // TRANS: Field label in Paths admin panel.
_('Avatar path'), _('Avatar path'),
// TRANS: Tooltip for field label in Paths admin panel. // TRANS: Tooltip for field label in Paths admin panel.
_('Web path to avatars'), _('Web path to avatars.'),
'avatar'); 'avatar');
$this->unli(); $this->unli();
@ -484,7 +484,7 @@ class PathsAdminPanelForm extends AdminForm
$this->out->dropdown('site-ssl', $this->out->dropdown('site-ssl',
_('Use SSL'), _('Use SSL'),
// TRANS: Tooltip for field label in Paths admin panel. // TRANS: Tooltip for field label in Paths admin panel.
$ssl, _('When to use SSL'), $ssl, _('When to use SSL.'),
false, false,
$this->value('ssl', 'site')); $this->value('ssl', 'site'));
$this->unli(); $this->unli();
@ -494,7 +494,7 @@ class PathsAdminPanelForm extends AdminForm
// TRANS: Field label in Paths admin panel. // TRANS: Field label in Paths admin panel.
_('SSL server'), _('SSL server'),
// TRANS: Tooltip for field label in Paths admin panel. // TRANS: Tooltip for field label in Paths admin panel.
_('Server to direct SSL requests to'), _('Server to direct SSL requests to.'),
'site'); 'site');
$this->unli(); $this->unli();
$this->out->elementEnd('ul'); $this->out->elementEnd('ul');