Mercurial > libervia-desktop-kivy
comparison 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 |
comparison
equal
deleted
inserted
replaced
398:a5457241c17f | 399:672880661797 |
---|---|
302 # a settings screen when pressing F1 or platform specific key | 302 # a settings screen when pressing F1 or platform specific key |
303 return | 303 return |
304 | 304 |
305 def build(self): | 305 def build(self): |
306 Window.bind(on_keyboard=self.key_input) | 306 Window.bind(on_keyboard=self.key_input) |
307 wid = CagouRootWidget(Label(text="Loading please wait")) | 307 wid = CagouRootWidget(Label(text=_("Loading please wait"))) |
308 local_platform.on_app_build(wid) | 308 local_platform.on_app_build(wid) |
309 return wid | 309 return wid |
310 | 310 |
311 def showProfileManager(self): | 311 def showProfileManager(self): |
312 self._profile_manager = ProfileManager() | 312 self._profile_manager = ProfileManager() |