This commit is contained in:
Kovid Goyal 2010-01-01 12:40:38 -07:00
parent 644cf51483
commit d250b415d1

View File

@ -26,7 +26,7 @@ FORMAT_ARG_DESCS = dict(
author_sort=_('The author sort string'), author_sort=_('The author sort string'),
tags=_('The tags'), tags=_('The tags'),
series=_('The series'), series=_('The series'),
series_index=_('The series number'), series_index=_('The series number. To get leading zeros use {series_index:03n}'),
rating=_('The rating'), rating=_('The rating'),
isbn=_('The ISBN'), isbn=_('The ISBN'),
publisher=_('The publisher'), publisher=_('The publisher'),