Fix #1888051 [[Enhancement] Translate "Generic" in the Welcome wizard](https://bugs.launchpad.net/calibre/+bug/1888051)

This commit is contained in:
Kovid Goyal 2020-07-18 19:37:33 +05:30
parent 7e04325f9a
commit 6efd7915ee
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -601,7 +601,7 @@ class DevicePage(QWizardPage, DeviceUI):
def initializePage(self):
self.label.setText(_('Choose your e-book device. If your device is'
' not in the list, choose a "%s" device.')%Device.manufacturer)
' not in the list, choose a "Generic" device.'))
self.man_model = ManufacturerModel()
self.manufacturer_view.setModel(self.man_model)
previous = dynamic.get('welcome_wizard_device', False)