Fix #807658 (formats_sizes() - string missing space)

This commit is contained in:
Kovid Goyal 2011-07-08 12:49:44 -06:00
parent 2328884885
commit 2dd0cc3668
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: calibre 0.8.9\n" "Project-Id-Version: calibre 0.8.9\n"
"POT-Creation-Date: 2011-07-08 11:02+MDT\n" "POT-Creation-Date: 2011-07-08 12:48+MDT\n"
"PO-Revision-Date: 2011-07-08 11:02+MDT\n" "PO-Revision-Date: 2011-07-08 12:48+MDT\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: LANGUAGE\n" "Language-Team: LANGUAGE\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -15512,7 +15512,7 @@ msgid "formats_modtimes(date_format) -- return a comma-separated list of colon_s
msgstr "" msgstr ""
#: /home/kovid/work/calibre/src/calibre/utils/formatter_functions.py:546 #: /home/kovid/work/calibre/src/calibre/utils/formatter_functions.py:546
msgid "formats_sizes() -- return a comma-separated list of colon_separated items representing sizes in bytesof the formats of a book. You can use the select function to get the size for a specific format. Note that format names are always uppercase, as in EPUB." msgid "formats_sizes() -- return a comma-separated list of colon_separated items representing sizes in bytes of the formats of a book. You can use the select function to get the size for a specific format. Note that format names are always uppercase, as in EPUB."
msgstr "" msgstr ""
#: /home/kovid/work/calibre/src/calibre/utils/formatter_functions.py:562 #: /home/kovid/work/calibre/src/calibre/utils/formatter_functions.py:562

View File

@ -544,7 +544,7 @@ class BuiltinFormatsSizes(BuiltinFormatterFunction):
arg_count = 0 arg_count = 0
category = 'Get values from metadata' category = 'Get values from metadata'
__doc__ = doc = _('formats_sizes() -- return a comma-separated list of ' __doc__ = doc = _('formats_sizes() -- return a comma-separated list of '
'colon_separated items representing sizes in bytes' 'colon_separated items representing sizes in bytes '
'of the formats of a book. You can use the select ' 'of the formats of a book. You can use the select '
'function to get the size for a specific ' 'function to get the size for a specific '
'format. Note that format names are always uppercase, ' 'format. Note that format names are always uppercase, '