mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
...
This commit is contained in:
parent
9dea9c8861
commit
b25dd30888
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
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'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue