mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Updated translatable strings
This commit is contained in:
parent
6b9bf086db
commit
3a77cca412
@ -13,7 +13,7 @@ from PyQt4.Qt import QWidget, QListWidgetItem
|
|||||||
|
|
||||||
class PluginWidget(QWidget, Ui_Form):
|
class PluginWidget(QWidget, Ui_Form):
|
||||||
|
|
||||||
TITLE = _('CSV/XML Output')
|
TITLE = _('CSV/XML Options')
|
||||||
HELP = _('Options specific to')+' CSV/XML '+_('output')
|
HELP = _('Options specific to')+' CSV/XML '+_('output')
|
||||||
sync_enabled = False
|
sync_enabled = False
|
||||||
formats = set(['csv', 'xml'])
|
formats = set(['csv', 'xml'])
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user