string changes

This commit is contained in:
Kovid Goyal 2021-04-03 06:10:58 +05:30
parent 1b03cd029a
commit efa95ceb0b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
5 changed files with 7 additions and 7 deletions

View File

@ -394,9 +394,9 @@ the folder related options below.
g = OptionGroup( g = OptionGroup(
parser, parser,
_('ADDING FROM DIRECTORIES'), _('ADDING FROM FOLDERS'),
_( _(
'Options to control the adding of books from directories. By default only files that have extensions of known e-book file types are added.' 'Options to control the adding of books from folders. By default only files that have extensions of known e-book file types are added.'
) )
) )

View File

@ -214,10 +214,10 @@ class ANDROID(USBMS):
} }
EBOOK_DIR_MAIN = ['eBooks/import', 'wordplayer/calibretransfer', 'Books', EBOOK_DIR_MAIN = ['eBooks/import', 'wordplayer/calibretransfer', 'Books',
'sdcard/ebooks'] 'sdcard/ebooks']
EXTRA_CUSTOMIZATION_MESSAGE = [_('Comma separated list of directories to ' EXTRA_CUSTOMIZATION_MESSAGE = [_('Comma separated list of folders to '
'send e-books to on the device\'s <b>main memory</b>. The first one that exists will ' 'send e-books to on the device\'s <b>main memory</b>. The first one that exists will '
'be used'), 'be used'),
_('Comma separated list of directories to ' _('Comma separated list of folders to '
'send e-books to on the device\'s <b>storage cards</b>. The first one that exists will ' 'send e-books to on the device\'s <b>storage cards</b>. The first one that exists will '
'be used') 'be used')
] ]

View File

@ -136,7 +136,7 @@ class BOOX(HANLINV3):
STORAGE_CARD_VOLUME_LABEL = 'BOOX Storage Card' STORAGE_CARD_VOLUME_LABEL = 'BOOX Storage Card'
EBOOK_DIR_MAIN = ['MyBooks'] EBOOK_DIR_MAIN = ['MyBooks']
EXTRA_CUSTOMIZATION_MESSAGE = _('Comma separated list of directories to ' EXTRA_CUSTOMIZATION_MESSAGE = _('Comma separated list of folders to '
'send e-books to on the device. The first one that exists will ' 'send e-books to on the device. The first one that exists will '
'be used.') 'be used.')
EXTRA_CUSTOMIZATION_DEFAULT = ', '.join(EBOOK_DIR_MAIN) EXTRA_CUSTOMIZATION_DEFAULT = ', '.join(EBOOK_DIR_MAIN)

View File

@ -107,7 +107,7 @@ class Rules(RulesBase):
RuleItemClass = RuleItem RuleItemClass = RuleItem
RuleEditDialogClass = RuleEditDialog RuleEditDialogClass = RuleEditDialog
MSG = _('You can specify rules to add/ignore files here. They will be used' MSG = _('You can specify rules to add/ignore files here. They will be used'
' when recursively adding files from directories/archives and also' ' when recursively adding files from folders/archives and also'
' when auto-adding. Click the "Add Rule" button' ' when auto-adding. Click the "Add Rule" button'
' below to get started. The rules will be processed in order for every file until either an' ' below to get started. The rules will be processed in order for every file until either an'
' "add" or an "ignore" rule matches. If no rules match, the file will be added only' ' "add" or an "ignore" rule matches. If no rules match, the file will be added only'

View File

@ -267,7 +267,7 @@ Author matching is exact.</string>
<item row="18" column="1"> <item row="18" column="1">
<widget class="QPushButton" name="add_filter_rules_button"> <widget class="QPushButton" name="add_filter_rules_button">
<property name="toolTip"> <property name="toolTip">
<string>&lt;p&gt;You can specify rules to add/ignore files here. These will be used when recursively adding books from directories.</string> <string>&lt;p&gt;You can specify rules to add/ignore files here. These will be used when recursively adding books from folders.</string>
</property> </property>
<property name="text"> <property name="text">
<string>Rules to filter added &amp;files</string> <string>Rules to filter added &amp;files</string>