mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 06:06:09 +01:00
Fix string.
This commit is contained in:
parent
f6f548a245
commit
710fc10a79
1 changed files with 4 additions and 4 deletions
|
|
@ -731,10 +731,10 @@ def add_custom_column_option_parser():
|
|||
'int, float: number_format\n'
|
||||
'text: is_names, use_decorations\n'
|
||||
'\n'
|
||||
'The best way to find legal combinations is to create a custom'
|
||||
'column of the appropriate type in the GUI then look at the'
|
||||
'backup OPF for a book (ensure that a new OPF has been created'
|
||||
'since the column was added). You will see the JSON for the'
|
||||
'The best way to find legal combinations is to create a custom '
|
||||
'column of the appropriate type in the GUI then look at the '
|
||||
'backup OPF for a book (ensure that a new OPF has been created '
|
||||
'since the column was added). You will see the JSON for the '
|
||||
'"display" for the new column in the OPF.'))
|
||||
return parser
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue