This commit is contained in:
Kovid Goyal 2010-01-04 00:40:11 -07:00
parent 9dea9c8861
commit b25dd30888
2 changed files with 3 additions and 3 deletions

View File

@ -8,10 +8,10 @@
date: 2010-01-03 date: 2010-01-03
new features: 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 type: major
description: > 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 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 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" be overriden on a per device basis from Preferences->Plugins->Device Interface plugins"

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. 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'), rating=_('The rating'),
isbn=_('The ISBN'), isbn=_('The ISBN'),
publisher=_('The publisher'), publisher=_('The publisher'),