-# 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;
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";