diff options
Diffstat (limited to 'h-source/Application/Views/Desktop/Notebooks/form.php')
-rw-r--r-- | h-source/Application/Views/Desktop/Notebooks/form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Desktop/Notebooks/form.php b/h-source/Application/Views/Desktop/Notebooks/form.php index 5c0c027..2c6ce5a 100644 --- a/h-source/Application/Views/Desktop/Notebooks/form.php +++ b/h-source/Application/Views/Desktop/Notebooks/form.php @@ -89,7 +89,7 @@ </div> <div class="form_entry"> - <div class="entry_label"><?php echo gtext("tested with the following kernel libre");?>:</div> + <div class="entry_label"><?php echo gtext("tested with the following kernel libre");?>:<br /><span class="entry_label_small"><?php echo gtext("Write a comma-separated list of kernel versions");?><br /><?php echo gtext("Example");?>: 2.6.35-28-generic, 2.6.38-11 </span></div> <?php echo Html_Form::input('kernel',$values['kernel'],'input_entry');?> </div> |