mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1883834 [[Enhancement] Translate "Tablet" in the output profiles](https://bugs.launchpad.net/calibre/+bug/1883834)
This commit is contained in:
parent
719a9636b4
commit
dcf699e9b4
@ -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')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user