aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/form.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Views/form.php')
-rw-r--r--h-source/Application/Views/form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/form.php b/h-source/Application/Views/form.php
index 5568cfd..5d04566 100644
--- a/h-source/Application/Views/form.php
+++ b/h-source/Application/Views/form.php
@@ -115,7 +115,7 @@
<?php if (strcmp($this->controller,'printers') === 0 ) { ?>
<div class="form_entry">
- <div class="entry_label"><?php echo gtext("does it adopt any techniques to track users?");?></div>
+ <div class="entry_label"><?php echo gtext("does it adopt any techniques to track users?");?><?php echo $tracksHelpLabel;?></div>
<?php echo Html_Form::select('it_tracks_users',$values['it_tracks_users'],Hardware::$trackSelect,"select_entry");?>
</div>
<?php } ?>