mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1888051 [[Enhancement] Translate "Generic" in the Welcome wizard](https://bugs.launchpad.net/calibre/+bug/1888051)
This commit is contained in:
parent
7e04325f9a
commit
6efd7915ee
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user