From 5e3ef36ebe9f533048f58607e4ca0a0ddd1b3e54 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Mon, 14 Mar 2022 21:42:32 +0000 Subject: [PATCH] Remove one last old translation context separator --- gramps/gen/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gen/config.py b/gramps/gen/config.py index 09f03c0ae..0e20f9712 100644 --- a/gramps/gen/config.py +++ b/gramps/gen/config.py @@ -326,7 +326,7 @@ register('utf8.cremated-symbol', "⚱") register('utf8.killed-symbol', "x") if __debug__: # enable a simple CLI test to see if the datestrings exist - register('test.january', _("|January", "localized lexeme inflections")) + register('test.january', _("January", "localized lexeme inflections")) #--------------------------------------------------------------- #