Merge pull request #335 from vomitcuddle/image_hash_ban_patch

[image_hash_ban] Fix confusing button label
This commit is contained in:
Shish 2013-09-18 08:13:00 -07:00
commit ff330d542d

View file

@ -87,7 +87,7 @@ class ImageBanTheme extends Themelet {
<input type='hidden' name='hash' value='{$image->hash}'>
<input type='hidden' name='image_id' value='{$image->id}'>
<input type='text' name='reason'>
<input type='submit' value='Ban and Delete'>
<input type='submit' value='Ban Hash and Delete Image'>
</form>
";
return $html;