added translateable text
This commit is contained in:
parent
b5f8b109f2
commit
35ef6f8c7b
@ -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 += "<br/>"
|
||||
t += _("In case of pcmanfm-qt, since it handles the desktop, ")
|
||||
|
Loading…
x
Reference in New Issue
Block a user