Mercurial > libervia-desktop-kivy
diff cagou/core/cagou_main.py @ 399:672880661797
core: minor i18n fix
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 09 Feb 2020 23:47:29 +0100 |
parents | ae6f7fd1cb0e |
children | ab1e97b7e8a5 |
line wrap: on
line diff
--- a/cagou/core/cagou_main.py Sun Feb 09 23:47:29 2020 +0100 +++ b/cagou/core/cagou_main.py Sun Feb 09 23:47:29 2020 +0100 @@ -304,7 +304,7 @@ def build(self): Window.bind(on_keyboard=self.key_input) - wid = CagouRootWidget(Label(text="Loading please wait")) + wid = CagouRootWidget(Label(text=_("Loading please wait"))) local_platform.on_app_build(wid) return wid