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 @@