diff --git a/src/calibre/gui2/wizard/__init__.py b/src/calibre/gui2/wizard/__init__.py index c807d79c32..3e088262e9 100644 --- a/src/calibre/gui2/wizard/__init__.py +++ b/src/calibre/gui2/wizard/__init__.py @@ -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)