From e510b0b72294a95d939b52693bcc23e4bbc9096a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 13 Oct 2013 17:19:38 +0200 Subject: [PATCH] use a cross to remove a line, avoid translation issues --- plone/formwidget/querystring/querywidget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plone/formwidget/querystring/querywidget.js b/plone/formwidget/querystring/querywidget.js index ff87623..08d3fe3 100644 --- a/plone/formwidget/querystring/querywidget.js +++ b/plone/formwidget/querystring/querywidget.js @@ -453,7 +453,7 @@ $(document.createElement('input')) .attr({ - 'value': 'Remove line', + 'value': '×', 'type': 'submit', 'name': 'removecriteria' })