summaryrefslogtreecommitdiff
path: root/modules/slideshow/helpers/slideshow_block.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/slideshow/helpers/slideshow_block.php')
-rw-r--r--modules/slideshow/helpers/slideshow_block.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/slideshow/helpers/slideshow_block.php b/modules/slideshow/helpers/slideshow_block.php
index f38f98a5..4e0d5c20 100644
--- a/modules/slideshow/helpers/slideshow_block.php
+++ b/modules/slideshow/helpers/slideshow_block.php
@@ -24,7 +24,8 @@ class slideshow_block_Core {
}
private static function _piclens_link($theme) {
- return "<a href=\"javascript:PicLensLite.start()\" id=\"gSlideshowLink\">" .
+ return "<a href=\"javascript:PicLensLite.start()\" id=\"gSlideshowLink\"" .
+ " title=\"" . _("View slideshow") . "\">" .
"<img src=\"" . $theme->url("images/ico-view-slideshow.png") . "\" alt=\"" .
_("View slideshow") . "\" /></a>";
}