aboutsummaryrefslogtreecommitdiffstats
path: root/view/wall_item_drop.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/wall_item_drop.tpl')
-rw-r--r--view/wall_item_drop.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/wall_item_drop.tpl b/view/wall_item_drop.tpl
index 30a30a0c6..30fa6c335 100644
--- a/view/wall_item_drop.tpl
+++ b/view/wall_item_drop.tpl
@@ -2,5 +2,5 @@
<a href="item/drop/$id" onclick="return confirmDelete();" class="icon drophide" title="$delete" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a>
</div>
-<input type="checkbox" onclick="checkboxhighlight(this);" class="item-select" name="itemselected[]" value="$id" />
+<input type="checkbox" onclick="checkboxhighlight(this);" title="$select" class="item-select" name="itemselected[]" value="$id" />
<div class="wall-item-delete-end"></div>