[image_hash_ban] Fix confusing button label

This commit is contained in:
vomitcuddle 2013-09-18 09:28:07 +01:00
parent b6235695da
commit ea21e0657b

View File

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