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, ")