diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-08 09:09:05 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-08 09:09:05 +0000 |
commit | 75095b0329236ea0e2522a633f4a2be733d6869b (patch) | |
tree | 990b9181d8963ac3006346ecabec339f9b4a12ba /h-source/Application/Views/form.php | |
parent | 53f9d690ee2f49545d63788be6c1fe80d9ec6e58 (diff) |
improved the way text can be written inside modules of the website
Diffstat (limited to 'h-source/Application/Views/form.php')
-rw-r--r-- | h-source/Application/Views/form.php | 2 |
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 } ?> |