aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Views')
-rw-r--r--h-source/Application/Views/Notebooks/catalogue.php2
-rw-r--r--h-source/Application/Views/Notebooks/form.php2
-rw-r--r--h-source/Application/Views/Notebooks/page.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/h-source/Application/Views/Notebooks/catalogue.php b/h-source/Application/Views/Notebooks/catalogue.php
index 9eab6f0..209d355 100644
--- a/h-source/Application/Views/Notebooks/catalogue.php
+++ b/h-source/Application/Views/Notebooks/catalogue.php
@@ -64,7 +64,7 @@
</div>
<div class="notebook_vendor">
- <div class="inner_label"><?php echo gtext("subtype (notebook or netbook)");?></div>
+ <div class="inner_label"><?php echo gtext("subtype (notebook, netbook, tablet)");?></div>
<div class="inner_value"><b><?php echo $item['hardware']['subtype'];?></b></div>
</div>
diff --git a/h-source/Application/Views/Notebooks/form.php b/h-source/Application/Views/Notebooks/form.php
index a331539..2effe36 100644
--- a/h-source/Application/Views/Notebooks/form.php
+++ b/h-source/Application/Views/Notebooks/form.php
@@ -51,7 +51,7 @@
</div>
<div class="form_entry">
- <div class="entry_label"><?php echo gtext("subtype (notebook or netbook)");?>:</div>
+ <div class="entry_label"><?php echo gtext("subtype (notebook, netbook, tablet)");?>:</div>
<?php echo Html_Form::select('subtype',$values['subtype'],Notebooks::$subtypeSelect,"select_entry");?>
</div>
diff --git a/h-source/Application/Views/Notebooks/page.php b/h-source/Application/Views/Notebooks/page.php
index 66c7506..525d9e1 100644
--- a/h-source/Application/Views/Notebooks/page.php
+++ b/h-source/Application/Views/Notebooks/page.php
@@ -50,7 +50,7 @@
</div>
<div class="notebook_vendor">
- <div class="inner_label"><?php echo gtext("subtype (notebook or netbook)");?>:</div>
+ <div class="inner_label"><?php echo gtext("subtype (notebook, netbook, tablet)");?>:</div>
<div class="inner_value"><b><?php echo $item[$tableName]['subtype'];?></b></div>
</div>