use a cross to remove a line, avoid translation issues

This commit is contained in:
Frédéric Péters 2013-10-13 17:19:38 +02:00 committed by Frédéric Péters
parent 7f173df3de
commit e510b0b722
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@
$(document.createElement('input'))
.attr({
'value': 'Remove line',
'value': '×',
'type': 'submit',
'name': 'removecriteria'
})