Merge pull request #2558 from phil-davis/patch-7

This commit is contained in:
Renato Botelho 2016-01-27 15:07:39 -02:00
commit 84f3d41951

View File

@ -572,7 +572,7 @@ $group->add(new Form_Select(
))->setHelp('Period');
if ($curcat == 'custom') {
$group->setHelp('Any changes to these option may not take affect until the next auto-refresh.');
$group->setHelp('Any changes to these options may not take affect until the next auto-refresh.');
}
$section->add($group);
@ -607,7 +607,7 @@ if ($curcat == 'custom') {
))->setHelp('End');
if ($curcat != 'custom') {
$group->setHelp('Any changes to these option may not take affect until the next auto-refresh');
$group->setHelp('Any changes to these options may not take affect until the next auto-refresh');
}
$section->add($group);