mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-27 01:05:21 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue