From e0082c680f9e114edc4e40d067e48cccb58b5332 Mon Sep 17 00:00:00 2001 From: salt-die Date: Sun, 26 Jan 2020 12:56:03 -0600 Subject: [PATCH] whitespace around operator --- circumstantial-companions/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circumstantial-companions/main.py b/circumstantial-companions/main.py index ee44e94a..f962dfe9 100755 --- a/circumstantial-companions/main.py +++ b/circumstantial-companions/main.py @@ -250,7 +250,7 @@ def __init__(self, chisel): self.save_type = None self.choices = { "background": ".png " + _("(with background)"), - "transparent": ".png " +_("(transparent)"), + "transparent": ".png " + _("(transparent)"), "project": PROJECT_EXTENSION, "all": _("All") }