string changes

This commit is contained in:
Kovid Goyal 2023-07-22 11:27:16 +05:30
parent 4e9b12f71b
commit a1a8c92d5e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -2484,7 +2484,7 @@ class BuiltinExtraFileModtime(BuiltinFormatterFunction):
name = 'extra_file_modtime' name = 'extra_file_modtime'
arg_count = 2 arg_count = 2
category = 'Template database functions' category = 'Template database functions'
__doc__ = doc = _("extra_file_modtime(file_name, format_spec) -- returns the " __doc__ = doc = _("extra_file_modtime(file_name, format_string) -- returns the "
"modification time of the extra file 'file_name' in the " "modification time of the extra file 'file_name' in the "
"book's '{}/' folder if it exists, otherwise -1.0. The " "book's '{}/' folder if it exists, otherwise -1.0. The "
"modtime is formatted according to 'format_string' " "modtime is formatted according to 'format_string' "