changeset 187:d11df7793399

typos
author Goffi <goffi@goffi.org>
date Tue, 22 May 2018 19:25:20 +0200
parents a826c70beda2
children 0abd24ab81b1
files cagou/core/constants.py cagou/kv/menu.kv
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/cagou/core/constants.py	Fri May 11 20:08:09 2018 +0200
+++ b/cagou/core/constants.py	Tue May 22 19:25:20 2018 +0200
@@ -34,9 +34,9 @@
     TRANSFER_UPLOAD = u"upload"
     TRANSFER_SEND = u"send"
 
-    COLOR_PRIM = [0.98,0.98,0.98,1]
+    COLOR_PRIM = [0.98, 0.98, 0.98, 1]
     COLOR_PRIM_LIGHT = [1, 1, 1, 1]
-    COLOR_PRIM_DARK = [0.78,0.78,0.78,1]
-    COLOR_SEC = [0.27,0.54,1.0,1]
-    COLOR_SEC_LIGHT = [0.51,0.73,1.0,1]
-    COLOR_SEC_DARK = [0.0,0.37,0.8,1]
+    COLOR_PRIM_DARK = [0.78, 0.78, 0.78, 1]
+    COLOR_SEC = [0.27, 0.54, 1.0, 1]
+    COLOR_SEC_LIGHT = [0.51, 0.73, 1.0, 1]
+    COLOR_SEC_DARK = [0.0, 0.37, 0.8, 1]
--- a/cagou/kv/menu.kv	Fri May 11 20:08:09 2018 +0200
+++ b/cagou/kv/menu.kv	Tue May 22 19:25:20 2018 +0200
@@ -27,7 +27,7 @@
     size_hint: 0.8, 0.8
 
 <MenuItem>:
-    # following is need to fix a bug in contextmenu
+    # following is needed to fix a bug in contextmenu
     size_hint: 1, None
 
 <MenusWidget>: