Mercurial > libervia-desktop-kivy
changeset 399:672880661797
core: minor i18n fix
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 09 Feb 2020 23:47:29 +0100 |
parents | a5457241c17f |
children | 71f51198478c |
files | cagou/core/cagou_main.py cagou/core/patches.py |
diffstat | 2 files changed, 2 insertions(+), 3 deletions(-) [+] |
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
--- a/cagou/core/patches.py Sun Feb 09 23:47:29 2020 +0100 +++ b/cagou/core/patches.py Sun Feb 09 23:47:29 2020 +0100 @@ -1,5 +1,4 @@ -#!/usr//bin/env python2 - +#!/usr/bin/env python3 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client # Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)