diff cagou/core/dialog.py @ 312:772c170b47a9

Python3 port: /!\ Cagou now runs with Python 3.6+ Port has been done in the same way as for backend (check backend commit b2d067339de3 message for details).
author Goffi <goffi@goffi.org>
date Tue, 13 Aug 2019 19:14:22 +0200
parents 1b835bcfa663
children 4d660b252487
line wrap: on
line diff
--- a/cagou/core/dialog.py	Mon Aug 05 11:21:54 2019 +0200
+++ b/cagou/core/dialog.py	Tue Aug 13 19:14:22 2019 +0200
@@ -37,7 +37,7 @@
 
 class ConfirmDialog(BoxLayout):
     title = properties.StringProperty()
-    message = properties.StringProperty(_(u"Are you sure?"))
+    message = properties.StringProperty(_("Are you sure?"))
     # callback for no/cancel
     no_cb = properties.ObjectProperty()
     # callback for yes/ok