fix text on confirmation box for 'delete' button
This commit is contained in:
parent
b0c54ddd1b
commit
dbae765d90
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue