Skip to content

Commit

Permalink
Fixes inconsistent Search button naming in Basic theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylian committed Nov 17, 2014
1 parent 86c19ac commit 352b31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/basic/album.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<?php
if (getOption('Allow_search')) {
$album_list = array('albums' => array($_zp_current_album->name), 'pages' => '0', 'news' => '0');
printSearchForm('', 'search', gettext('Search within album'), gettext('search'), NULL, NULL, $album_list);
printSearchForm('', 'search', gettext('Search within album'), gettext('Search'), NULL, NULL, $album_list);
}
?>
<h2>
Expand Down

0 comments on commit 352b31d

Please sign in to comment.