From 6947996c9a00ac732fc3f765fbf164facab33955 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Mon, 25 Jan 2021 23:50:47 +0100 Subject: [PATCH] Correct name of HTML constant for cross symbol --- nw/constants/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nw/constants/constants.py b/nw/constants/constants.py index 4f481e1e..8ee9eb2c 100644 --- a/nw/constants/constants.py +++ b/nw/constants/constants.py @@ -349,7 +349,7 @@ class nwUnicode: ## Symbols H_CHECK = "✔" - H_MULT = "✕" + H_CROSS = "✕" H_BULL = "•" H_TRBULL = "‣" H_HYBULL = "⁃"