diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-07-02 05:51:02 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-07-02 05:51:02 +0000 |
commit | 7436d5978f053a7a58b48b7f9754351be941ff57 (patch) | |
tree | a78731f09d4ad85cd5748128e95db6ab7e4a9119 /h-source/Application/Views/Desktop/form.php | |
parent | 1c1e9c704c57feacaec4af8e1ab3d07bd9dd5adc (diff) |
added a notice for the kernel entry - lammi87 issue
Diffstat (limited to 'h-source/Application/Views/Desktop/form.php')
-rw-r--r-- | h-source/Application/Views/Desktop/form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Desktop/form.php b/h-source/Application/Views/Desktop/form.php index 0ddf44d..8213756 100644 --- a/h-source/Application/Views/Desktop/form.php +++ b/h-source/Application/Views/Desktop/form.php @@ -79,7 +79,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> |