]> mj.ucw.cz Git - gallery.git/commitdiff
Gallery2: Spelling of Highslide
authorMartin Mares <mj@ucw.cz>
Sun, 30 Dec 2012 11:30:27 +0000 (12:30 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 8 Feb 2015 20:14:17 +0000 (21:14 +0100)
gal/UCW/Gallery/Web/HighSlide.pm

index a1cffec59f41be05894722bcb515f9bf3686eb32..901cdd138ee54fa4fc3595a7ba817bda12ff279b 100644 (file)
@@ -1,4 +1,4 @@
-# HighSlide JS Theme for MJ's Photo Gallery
+# Highslide JS Theme for MJ's Photo Gallery
 # (c) 2012 Martin Mares <mj@ucw.cz>; 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";