Fix #1883834 [[Enhancement] Translate "Tablet" in the output profiles](https://bugs.launchpad.net/calibre/+bug/1883834)

This commit is contained in:
Kovid Goyal 2020-06-17 15:14:11 +05:30
parent 719a9636b4
commit dcf699e9b4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -452,7 +452,7 @@ class iPad3Output(iPadOutput):
class TabletOutput(iPadOutput): class TabletOutput(iPadOutput):
name = 'Tablet' name = _('Tablet')
short_name = 'tablet' short_name = 'tablet'
description = _('Intended for generic tablet devices, does no resizing of images') description = _('Intended for generic tablet devices, does no resizing of images')