From ac77a72f3f60706e6394e827877b6a772b432519 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Tue, 18 Sep 2018 20:39:54 -0400 Subject: bullets require unicode strings --- lib/extensions/install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/extensions/install.py') diff --git a/lib/extensions/install.py b/lib/extensions/install.py index c6dadd42..f9ffe958 100644 --- a/lib/extensions/install.py +++ b/lib/extensions/install.py @@ -24,8 +24,8 @@ class InstallerFrame(wx.Frame): text = (_('Ink/Stitch can install files ("add-ons") that make it easier to use Inkscape to create machine embroidery designs. ' 'These add-ons will be installed:') + - "\n\n • " + _("thread manufacturer color palettes") + - "\n • " + _("Ink/Stitch visual commands (Object -> Symbols...)")) + u"\n\n • " + _("thread manufacturer color palettes") + + u"\n • " + _("Ink/Stitch visual commands (Object -> Symbols...)")) static_text = wx.StaticText(panel, label=text) font = wx.Font(12, wx.DEFAULT, wx.NORMAL, wx.NORMAL) -- cgit v1.2.3