From 35ef6f8c7bbff52e578fe449dd44935a6192099d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20P=2E=20M=C3=B6ller?= Date: Fri, 28 Aug 2020 18:07:56 -0400 Subject: [PATCH] added translateable text --- lubuntubreeze/breezeconfig.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lubuntubreeze/breezeconfig.py b/lubuntubreeze/breezeconfig.py index 9e0e165..22283d6 100755 --- a/lubuntubreeze/breezeconfig.py +++ b/lubuntubreeze/breezeconfig.py @@ -47,6 +47,9 @@ class MainWindow(QWidget): def initUI(self): '''populate text and combobox needed with uic''' self.label.setText(_("Select Color Scheme for Breeze Qt Style:")) + self.label2.setText(_("Menu Transparency")) + self.label3a.setText(_("Transparent")) + self.label3b.setText(_("Opaque")) t = _("Applications need to be restarted for changes to take effect.") t += "
" t += _("In case of pcmanfm-qt, since it handles the desktop, ")