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')