From 714ce3624aeaabd8746a9eb50c6b6b3cd020e606 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 3 Jul 2020 23:02:11 +0530 Subject: [PATCH] String changes --- src/calibre/gui2/wizard/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/gui2/wizard/__init__.py b/src/calibre/gui2/wizard/__init__.py index 4e36283d96..c807d79c32 100644 --- a/src/calibre/gui2/wizard/__init__.py +++ b/src/calibre/gui2/wizard/__init__.py @@ -36,7 +36,7 @@ class Device(object): output_profile = 'generic_eink' output_format = 'EPUB' - name = 'Generic e-ink device' + name = _('Generic e-ink device') manufacturer = 'Generic' id = 'default' supports_color = False @@ -192,7 +192,7 @@ class BooqCervantes(Booq): class BOOX(Device): - name = 'BOOX MAX, N96, i86, C67ML, M96, etc.' + name = _('BOOX MAX, N96, i86, C67ML, M96, etc.') manufacturer = 'Onyx' output_profile = 'generic_eink_hd' output_format = 'EPUB'