mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
b0cf1e8c05
commit
cc6101a62f
@ -29,7 +29,7 @@ class SaveTemplate(QWidget, Ui_Form):
|
|||||||
variables = sorted(FORMAT_ARG_DESCS.keys())
|
variables = sorted(FORMAT_ARG_DESCS.keys())
|
||||||
if name == 'send_to_device':
|
if name == 'send_to_device':
|
||||||
self.help_label.setText(self.orig_help_text + _(
|
self.help_label.setText(self.orig_help_text + _(
|
||||||
'. This setting can be overridden for <b>individual devices</b>,'
|
' This setting can be overridden for <b>individual devices</b>,'
|
||||||
' by clicking the device icon and choosing "Configure this device".'))
|
' by clicking the device icon and choosing "Configure this device".'))
|
||||||
rows = []
|
rows = []
|
||||||
for var in variables:
|
for var in variables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user