mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Change title of plugin updater dialog
This commit is contained in:
parent
d22000fc1b
commit
f2848014f3
@ -477,10 +477,12 @@ class PluginUpdaterDialog(SizePersistedDialog):
|
|||||||
self.resize_dialog()
|
self.resize_dialog()
|
||||||
|
|
||||||
def _initialize_controls(self):
|
def _initialize_controls(self):
|
||||||
self.setWindowTitle(_('Check for user plugin updates'))
|
self.setWindowTitle(_('User plugins'))
|
||||||
|
self.setWindowIcon(QIcon(I('plugins/plugin_updater.png')))
|
||||||
layout = QVBoxLayout(self)
|
layout = QVBoxLayout(self)
|
||||||
self.setLayout(layout)
|
self.setLayout(layout)
|
||||||
title_layout = ImageTitleLayout(self, 'plugins/plugin_updater.png', _('User Plugin Status'))
|
title_layout = ImageTitleLayout(self, 'plugins/plugin_updater.png',
|
||||||
|
_('User Plugins'))
|
||||||
layout.addLayout(title_layout)
|
layout.addLayout(title_layout)
|
||||||
|
|
||||||
header_layout = QHBoxLayout()
|
header_layout = QHBoxLayout()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user