From 4e635229b493cb2494f136cf4a58dc94b23f0e05 Mon Sep 17 00:00:00 2001 From: Ringstaart Date: Tue, 17 Mar 2015 10:22:35 +0100 Subject: [PATCH] =?UTF-8?q?Replace=20capital=20X=20by=20clearly=20superior?= =?UTF-8?q?=20ASCII=20=C3=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There's no reason to use a malformed letter when an ASCII character of a proper cross is available. This is an important issue, and I care about it very much. --- js/quick-reply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/quick-reply.js b/js/quick-reply.js index 12cca366..408de410 100644 --- a/js/quick-reply.js +++ b/js/quick-reply.js @@ -286,7 +286,7 @@ $postForm.find('br').remove(); $postForm.find('table').prepend('\ \ - X\ + ×\ ' + _('Quick Reply') + '\ \ ');