diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-09-12 06:29:32 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-09-12 06:29:32 +0000 |
commit | ba43829fd37a59edd063dce46b33dd430bc5f6a1 (patch) | |
tree | d1e4cde360856b3d48343cf30dac7ebd5a0b026b /h-source/Application/Views | |
parent | 024de701df1e4ee5f7cc4b5139a490bd9477aae9 (diff) |
does the device prevent the installation of wifi cards not-approved by the vendor? - part 2
Diffstat (limited to 'h-source/Application/Views')
-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 aeeff26..6106d1d 100644 --- a/h-source/Application/Views/Desktop/Notebooks/form.php +++ b/h-source/Application/Views/Desktop/Notebooks/form.php @@ -71,7 +71,7 @@ </div> <div class="form_entry"> - <div class="entry_label"><?php echo gtext("does the device prevent the installation of wifi cards not-approved by the vendor?");?></div> + <div class="entry_label"><?php echo gtext("does the device prevent the installation of wifi cards not-approved by the vendor?");?><?php echo $preventWifiLabel;?></div> <?php echo Html_Form::select('prevent_wifi',$values['prevent_wifi'],Notebooks::$preventWifiSelect,"select_entry");?> </div> |