fix text on confirmation box for 'delete' button

This commit is contained in:
Helmut Merz 2011-06-11 17:05:41 +02:00
parent b0c54ddd1b
commit dbae765d90

View file

@ -432,7 +432,7 @@
<div>
<input type="submit" name="action.delete"
value="Delete objects" class="submit"
onClick="confirm('Do you really want to ... the selected objects?')"
onClick="confirm('Do you really want to delete the selected objects?')"
i18n:attributes="value; onclick" /></div>
</div>
</div>