diff --git a/Changelog.yaml b/Changelog.yaml index bcaad25a31..bfae063910 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -8,10 +8,10 @@ date: 2010-01-03 new features: - - title: Allow users to cutomize where books are placed by the Send to Device action + - title: Allow users to customize where books are placed by the Send to Device action type: major description: > - "Uses can now specify the folder structure and file name of files placed on the device when using the + "Users can now specify the folder structure and file name of files placed on the device when using the Send to Device action. This is useful for those devices that allow browsing of the on device folder structure. Customization is available via Preferences->Add/Save->Sending to device and can also be overriden on a per device basis from Preferences->Plugins->Device Interface plugins" diff --git a/src/calibre/library/save_to_disk.py b/src/calibre/library/save_to_disk.py index 95cb768c13..581a1e400d 100644 --- a/src/calibre/library/save_to_disk.py +++ b/src/calibre/library/save_to_disk.py @@ -26,7 +26,7 @@ FORMAT_ARG_DESCS = dict( author_sort=_('The author sort string'), tags=_('The tags'), series=_('The series'), - series_index=_('The series number. To get leading zeros use {series_index:03n}'), + series_index=_('The series number. To get leading zeros use {series_index:0>3s}'), rating=_('The rating'), isbn=_('The ISBN'), publisher=_('The publisher'),