mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 05:03:09 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -601,7 +601,7 @@ def __init__(self):
|
|||
|
||||
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…
Reference in a new issue