From dcf699e9b46f104f604a7afe6b7773c1304450f4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 17 Jun 2020 15:14:11 +0530 Subject: [PATCH] Fix #1883834 [[Enhancement] Translate "Tablet" in the output profiles](https://bugs.launchpad.net/calibre/+bug/1883834) --- src/calibre/customize/profiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/customize/profiles.py b/src/calibre/customize/profiles.py index daa5404dfe..cfefb09400 100644 --- a/src/calibre/customize/profiles.py +++ b/src/calibre/customize/profiles.py @@ -452,7 +452,7 @@ class iPad3Output(iPadOutput): class TabletOutput(iPadOutput): - name = 'Tablet' + name = _('Tablet') short_name = 'tablet' description = _('Intended for generic tablet devices, does no resizing of images')