encode one way for CLI, encode another for GUI (#141)

This commit is contained in:
Micah Lee 2014-09-16 02:09:37 +00:00
parent fec0c9ad65
commit 89581b0a03
6 changed files with 21 additions and 18 deletions

View file

@ -30,7 +30,7 @@ class Downloads(QtGui.QVBoxLayout):
self.progress_bars = {}
# downloads label
self.downloads_label = QtGui.QLabel(strings._('gui_downloads'))
self.downloads_label = QtGui.QLabel(strings._('gui_downloads', True))
self.downloads_label.hide()
# add the widgets