From 2f8b4732b45cb3e5c13d84530b1a3fa865985291 Mon Sep 17 00:00:00 2001 From: bendikro Date: Thu, 19 May 2016 15:33:48 +0200 Subject: [PATCH] [#2838] [Console] Fix formatting on 'Moving' color --- deluge/ui/console/colors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/console/colors.py b/deluge/ui/console/colors.py index 1c0928db1..b0c2a9cdd 100644 --- a/deluge/ui/console/colors.py +++ b/deluge/ui/console/colors.py @@ -56,7 +56,7 @@ state_color = { "Checking": "{!green,black!}", "Queued": "{!yellow,black!}", "Error": "{!red,black,bold!}", - "Moving": "{!green,black,bold}" + "Moving": "{!green,black,bold!}" } type_color = {