From: Martin Mares Date: Sun, 30 Dec 2012 11:30:27 +0000 (+0100) Subject: Gallery2: Spelling of Highslide X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=1205c07879273feca44b4a2b83109ebeedb99fa9;p=gallery.git Gallery2: Spelling of Highslide --- diff --git a/gal/UCW/Gallery/Web/HighSlide.pm b/gal/UCW/Gallery/Web/HighSlide.pm index a1cffec..901cdd1 100644 --- a/gal/UCW/Gallery/Web/HighSlide.pm +++ b/gal/UCW/Gallery/Web/HighSlide.pm @@ -1,4 +1,4 @@ -# HighSlide JS Theme for MJ's Photo Gallery +# Highslide JS Theme for MJ's Photo Gallery # (c) 2012 Martin Mares ; GPL'ed package UCW::Gallery::Web::HighSlide; @@ -57,7 +57,7 @@ sub show_thumb($) { my $tw = $tm->{w}; my $th = $tm->{h}; my $thumb = $self->get('ThumbUrlPrefix') . "$tf/$photo_id.jpg"; - # HighSlide requires title either for all images, or for none + # Highslide requires title either for all images, or for none my $tit = " title=\"$annot\""; my $aid = $self->{hs_thumb_counter}++ ? "" : " id=thumb1"; my $photo_url = $self->get('PhotoUrlPrefix') . "$photo_id.jpg";