diff --git a/src/calibre/gui2/dialogs/metadata_bulk.py b/src/calibre/gui2/dialogs/metadata_bulk.py index 253686344a..8125298634 100644 --- a/src/calibre/gui2/dialogs/metadata_bulk.py +++ b/src/calibre/gui2/dialogs/metadata_bulk.py @@ -178,18 +178,18 @@ class MetadataBulkDialog(QDialog, Ui_MetadataBulkDialog): self.book_1_text.setObjectName(name) self.gridLayout1.addWidget(w, i+offset, 2, 1, 1) - self.s_r_heading.setText( + self.s_r_heading.setText('

'+ _('Search and replace in text fields using ' 'regular expressions. The search text is an ' 'arbitrary python-compatible regular expression. ' 'The replacement text can contain backreferences ' 'to parenthesized expressions in the pattern. ' 'The search is not anchored, and can match and ' - 'replace times on the same string. See ' + 'replace multiple times on the same string. See ' ' ' - 'http://docs.python.org/library/re.html ' + 'this reference ' 'for more information, and in particular the \'sub\' ' - 'function.
' + 'function.') + '

' + _( 'Note: you can destroy your library ' 'using this feature. Changes are permanent. There ' 'is no undo function. You are strongly encouraged ' diff --git a/src/calibre/gui2/dialogs/metadata_bulk.ui b/src/calibre/gui2/dialogs/metadata_bulk.ui index 04fb3d4602..8e0feb55d9 100644 --- a/src/calibre/gui2/dialogs/metadata_bulk.ui +++ b/src/calibre/gui2/dialogs/metadata_bulk.ui @@ -7,7 +7,7 @@ 0 0 572 - 554 + 703 @@ -295,6 +295,19 @@ Future conversion of these books will use the default settings. + + + + Qt::Vertical + + + + 20 + 40 + + + + @@ -330,21 +343,30 @@ Future conversion of these books will use the default settings. - Search field: + Search &field: + + + search_field - Search for: + &Search for: + + + search_for - Replace with: + &Replace with: + + + replace_with @@ -360,7 +382,10 @@ Future conversion of these books will use the default settings. - Apply function after replace: + Apply function &after replace: + + + replace_func @@ -370,14 +395,20 @@ Future conversion of these books will use the default settings. - Test text + Test &text + + + test_text - Test result + Test re&sult + + + test_result