diff --git a/web/app/View/Elements/tabs-buffers.ctp b/web/app/View/Elements/tabs-buffers.ctp
index d2396f4a7..09efaabb1 100644
--- a/web/app/View/Elements/tabs-buffers.ctp
+++ b/web/app/View/Elements/tabs-buffers.ctp
@@ -1,12 +1,12 @@
Form->inputs(array(
- 'ImageBufferCount',
- 'WarmupCount',
- 'PreEventCount',
- 'PostEventCount',
- 'StreamReplayBuffer',
- 'AlarmFrameCount',
+ 'ImageBufferCount' => array('after' => 'This option determines how many frames are held in the ring buffer at any one time'),
+ 'WarmupCount' => array('after' => 'How many frames the analysis daemon should process but not examine when it starts. This allows it to generate an accurate reference image from a series of images before looking too carefully for any changes'),
+ 'PreEventCount' => array('after' => 'How many frames from before the event to include in the event.'),
+ 'PostEventCount' => array('after' => 'How many frames from after the event to include in the event.'),
+ 'StreamReplayBuffer' => array('after' => ''),
+ 'AlarmFrameCount' => array('after' => 'How many consecutive alarm frames must occur before an alarm event is generated'),
'legend' => false
));
?>