Edit Author
Hello,
is there a recipe to change serveral names from
"lastname, firstname" to "firstname lastname" at once?
I went to "Optimierungen" (german version) and tried:
invert: 'ln, fn' -> 'fn ln'
but got a syntax error:
Traceback (most recent call last):
File "site-packages\calibre\gui2\preferences\tweaks.py", line 535, in apply_tweak
File "<string>", line 4
author_sort_copy_method = invert: 'ln, fn' -> 'fn ln'
^
SyntaxError: invalid syntax
What to do?
Last edited by Poldi; 10-07-2019 at 09:06 AM.
|