mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove 'experimental' from search and replace.
This commit is contained in:
parent
ce07d4cef1
commit
0ed382a28d
@ -274,7 +274,6 @@ class MetadataBulkDialog(QDialog, Ui_MetadataBulkDialog):
|
|||||||
self.main_heading = _(
|
self.main_heading = _(
|
||||||
'<b>You can destroy your library using this feature.</b> '
|
'<b>You can destroy your library using this feature.</b> '
|
||||||
'Changes are permanent. There is no undo function. '
|
'Changes are permanent. There is no undo function. '
|
||||||
' This feature is experimental, and there may be bugs. '
|
|
||||||
'You are strongly encouraged to back up your library '
|
'You are strongly encouraged to back up your library '
|
||||||
'before proceeding.<p>'
|
'before proceeding.<p>'
|
||||||
'Search and replace in text fields using character matching '
|
'Search and replace in text fields using character matching '
|
||||||
|
@ -400,7 +400,7 @@ Future conversion of these books will use the default settings.</string>
|
|||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="tabWidgetPage3">
|
<widget class="QWidget" name="tabWidgetPage3">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>&Search and replace (experimental)</string>
|
<string>&Search and replace</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QGridLayout" name="vargrid">
|
<layout class="QGridLayout" name="vargrid">
|
||||||
<property name="sizeConstraint">
|
<property name="sizeConstraint">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user